UserManager<TUser>.GetChangeEmailTokenPurpose(String) 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 the token purpose used to change email.
protected:
static System::String ^ GetChangeEmailTokenPurpose(System::String ^ newEmail);
public:
static System::String ^ GetChangeEmailTokenPurpose(System::String ^ newEmail);
protected static string GetChangeEmailTokenPurpose (string newEmail);
public static string GetChangeEmailTokenPurpose (string newEmail);
static member GetChangeEmailTokenPurpose : string -> string
Protected Shared Function GetChangeEmailTokenPurpose (newEmail As String) As String
Public Shared Function GetChangeEmailTokenPurpose (newEmail As String) As String
Parameters
- newEmail
- String
The new email address.
Returns
The token purpose.