UserManager<TUser>.GetChangeEmailTokenPurpose(String) 方法

定義

產生用來變更電子郵件的權杖用途。

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

參數

newEmail
String

新的電子郵件地址。

傳回

權杖用途。

適用於