Compartir a través de


IUserSecurityStampStore<TUser>.GetSecurityStampAsync Método

Definición

Obtenga la marca de seguridad para el especificado user.

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetSecurityStampAsync(TUser user, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> GetSecurityStampAsync (TUser user, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string?> GetSecurityStampAsync (TUser user, System.Threading.CancellationToken cancellationToken);
abstract member GetSecurityStampAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetSecurityStampAsync (user As TUser, cancellationToken As CancellationToken) As Task(Of String)

Parámetros

user
TUser

Usuario cuya marca de seguridad se debe establecer.

cancellationToken
CancellationToken

El objeto CancellationToken que se usa para propagar notificaciones de que se debe cancelar la operación.

Devoluciones

Task que representa la operación asincrónica, que contiene la marca de seguridad para el especificadouser.

Se aplica a