BearerTokenOptions.BearerTokenProtector Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)