Share via


IUserSecurityStampStore<TUser, TKey>.SetSecurityStampAsync Method (TUser, String)

 

Asynchronously sets the security stamp for the user.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

Task SetSecurityStampAsync(
    TUser user,
    string stamp
)
Task^ SetSecurityStampAsync(
    TUser user,
    String^ stamp
)
abstract SetSecurityStampAsync : 
        user:'TUser *
        stamp:string -> Task
Function SetSecurityStampAsync (
    user As TUser,
    stamp As String
) As Task

Parameters

  • user
    Type: TUser

    The user.

Return Value

Type: System.Threading.Tasks.Task

The task object representing the asynchronous operation.

See Also

IUserSecurityStampStore<TUser, TKey> Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top