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