UserManager<TUser>.GenerateNewAuthenticatorKey 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.
Generates a new base32 encoded 160-bit security secret (size of SHA1 hash).
public:
virtual System::String ^ GenerateNewAuthenticatorKey();
public virtual string GenerateNewAuthenticatorKey ();
abstract member GenerateNewAuthenticatorKey : unit -> string
override this.GenerateNewAuthenticatorKey : unit -> string
Public Overridable Function GenerateNewAuthenticatorKey () As String
Returns
The new security secret.