BearerTokenOptions.BearerTokenProtector 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果設定 ,則會 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)