UserManager<TUser>.CreateTwoFactorRecoveryCode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate a new recovery code.
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