다음을 통해 공유


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)

속성 값

적용 대상