DataProtectorTokenProvider<TUser>.CanGenerateTwoFactorTokenAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto Boolean che indica se un token generato da questa istanza può essere usato come token Two Factor Authentication come operazione asincrona.
public:
virtual System::Threading::Tasks::Task<bool> ^ CanGenerateTwoFactorTokenAsync(Microsoft::AspNetCore::Identity::UserManager<TUser> ^ manager, TUser user);
public virtual System.Threading.Tasks.Task<bool> CanGenerateTwoFactorTokenAsync (Microsoft.AspNetCore.Identity.UserManager<TUser> manager, TUser user);
abstract member CanGenerateTwoFactorTokenAsync : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)> * 'User -> System.Threading.Tasks.Task<bool>
override this.CanGenerateTwoFactorTokenAsync : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)> * 'User -> System.Threading.Tasks.Task<bool>
Public Overridable Function CanGenerateTwoFactorTokenAsync (manager As UserManager(Of TUser), user As TUser) As Task(Of Boolean)
Parametri
- manager
- UserManager<TUser>
Oggetto UserManager<TUser> da cui recuperare le proprietà utente.
- user
- TUser
Il TUser
token è stato generato per.
Restituisce
Oggetto Task<TResult> che rappresenta il risultato della query asincrona, contenente true se un token generato da questa istanza può essere usato come token Two Factor Authentication, in caso contrario false.
Implementazioni
Commenti
Questo metodo restituirà sempre false per le istanze di DataProtectorTokenProvider<TUser>.