共用方式為


BearerTokenOptions.BearerTokenProtector 屬性

定義

如果設定 ,則會 BearerTokenProtector 用來保護並解除保護儲存在持有人權杖中的身分識別和其他屬性。 如果未提供,則會使用 TicketDataFormat ,並從 IDataProtectionProvider 應用程式 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)

屬性值

適用於