Partager via


BearerTokenOptions.BearerTokenProtector Propriété

Définition

S’il est défini, le BearerTokenProtector est utilisé pour protéger et annuler la protection de l’identité et d’autres propriétés stockées dans le jeton du porteur. S’il n’est pas fourni, un sera créé à l’aide TicketDataFormatIDataProtectionProvider de et à partir de l’application 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)

Valeur de propriété

S’applique à