Condividi tramite


BearerTokenOptions.BearerTokenProtector Proprietà

Definizione

Se impostato, viene BearerTokenProtector usato per proteggere e rimuovere la protezione dell'identità e di altre proprietà archiviate nel token di connessione. Se non specificato, verrà creato usando TicketDataFormat e l'oggetto IDataProtectionProvider dall'applicazione 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)

Valore della proprietà

Si applica a