UserManager<TUser>.IsPhoneNumberConfirmedAsync(TUser) Metodo

Definizione

Ottiene un flag che indica se il numero di telefono specificato userè stato confermato.

public:
 virtual System::Threading::Tasks::Task<bool> ^ IsPhoneNumberConfirmedAsync(TUser user);
public virtual System.Threading.Tasks.Task<bool> IsPhoneNumberConfirmedAsync (TUser user);
abstract member IsPhoneNumberConfirmedAsync : 'User -> System.Threading.Tasks.Task<bool>
override this.IsPhoneNumberConfirmedAsync : 'User -> System.Threading.Tasks.Task<bool>
Public Overridable Function IsPhoneNumberConfirmedAsync (user As TUser) As Task(Of Boolean)

Parametri

user
TUser

L'utente per restituire un flag, che indica se il numero di telefono è confermato.

Restituisce

Oggetto Task che rappresenta l'operazione asincrona, restituendo true se l'oggetto specificato user ha un numero di telefono confermato altrimenti false.

Si applica a