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)