BearerTokenOptions.RefreshTokenProtector 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 RefreshTokenProtector est utilisé pour protéger et annuler la protection de l’identité et d’autres propriétés qui sont stockées dans le jeton d’actualisation. 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> RefreshTokenProtector { get; set; }
member this.RefreshTokenProtector : Microsoft.AspNetCore.Authentication.ISecureDataFormat<Microsoft.AspNetCore.Authentication.AuthenticationTicket> with get, set
Public Property RefreshTokenProtector As ISecureDataFormat(Of AuthenticationTicket)