BearerTokenOptions.BearerTokenProtector Propriedade

Definição

Se definido, o BearerTokenProtector será usado para proteger e desproteger a identidade e outras propriedades armazenadas no token de portador. Se não for fornecido, um será criado usando TicketDataFormat e o IDataProtectionProvider do aplicativo IServiceProvider.

public Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> BearerTokenProtector { get; set; }
member this.BearerTokenProtector : Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> with get, set
Public Property BearerTokenProtector As ISecureDataFormat(Of AuthenticationTicket)

Valor da propriedade

Aplica-se a