BearerTokenOptions.RefreshTokenProtector 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果設定, RefreshTokenProtector 則會用來保護及取消保護儲存在重新整理權杖中的身分識別和其他屬性。 如果未提供,將會使用 TicketDataFormat 和 IDataProtectionProvider 應用程式 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)