UserManager<TUser>.GetSecurityStampAsync(TUser) Method

Definition

Get the security stamp for the specified user.

public:
 virtual System::Threading::Tasks::Task<System::String ^> ^ GetSecurityStampAsync(TUser user);
public virtual System.Threading.Tasks.Task<string> GetSecurityStampAsync (TUser user);
abstract member GetSecurityStampAsync : 'User -> System.Threading.Tasks.Task<string>
override this.GetSecurityStampAsync : 'User -> System.Threading.Tasks.Task<string>
Public Overridable Function GetSecurityStampAsync (user As TUser) As Task(Of String)

Parameters

user
TUser

The user whose security stamp should be set.

Returns

The Task that represents the asynchronous operation, containing the security stamp for the specified user.

Applies to