UserManager<TUser>.CreateTwoFactorRecoveryCode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Générez une nouvelle code de récupération.
protected:
virtual System::String ^ CreateTwoFactorRecoveryCode();
protected virtual string CreateTwoFactorRecoveryCode ();
abstract member CreateTwoFactorRecoveryCode : unit -> string
override this.CreateTwoFactorRecoveryCode : unit -> string
Protected Overridable Function CreateTwoFactorRecoveryCode () As String