BearerTokenOptions.BearerTokenProtector プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
設定されている場合、 は、 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)