BearerTokenOptions.RefreshTokenProtector Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Se impostato, viene RefreshTokenProtector usato per proteggere e rimuovere la protezione dell'identità e altre proprietà archiviate nel token di aggiornamento. Se non specificato, verrà creato usando TicketDataFormat e l'oggetto IDataProtectionProvider dall'applicazione 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)