UserManager<TUser>.GetSecurityStampAsync(TUser) 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.
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
.