IUserSecurityStampStore<TUser>.GetSecurityStampAsync Method
Get the user security stamp
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
'Declaration
Function GetSecurityStampAsync ( _
user As TUser _
) As Task(Of String)
'Usage
Dim instance As IUserSecurityStampStore
Dim user As TUser
Dim returnValue As Task(Of String)
returnValue = instance.GetSecurityStampAsync(user)
Task<string> GetSecurityStampAsync(
TUser user
)
Task<String^>^ GetSecurityStampAsync(
TUser user
)
abstract GetSecurityStampAsync :
user:'TUser -> Task<string>
function GetSecurityStampAsync(
user : TUser
) : Task<String>
Parameters
- user
Type: TUser
Return Value
Type: System.Threading.Tasks.Task<String>