次の方法で共有


BearerTokenOptions.BearerTokenProtector プロパティ

定義

設定されている場合、 は、 BearerTokenProtector ベアラー トークンに格納されている ID やその他のプロパティを保護および保護解除するために使用されます。 指定しない場合は、 アプリケーションIServiceProviderの と をIDataProtectionProvider使用してTicketDataFormat作成されます。

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)

プロパティ値

適用対象