ClaimsIdentity.BootstrapContext 属性

定义

获取或设置用于创建此声明标识的令牌。

public:
 property System::Object ^ BootstrapContext { System::Object ^ get(); void set(System::Object ^ value); };
public object BootstrapContext { get; [System.Security.SecurityCritical] set; }
public object? BootstrapContext { get; set; }
public object BootstrapContext { get; set; }
[<set: System.Security.SecurityCritical>]
member this.BootstrapContext : obj with get, set
member this.BootstrapContext : obj with get, set
Public Property BootstrapContext As Object

属性值

启动上下文。

属性

注解

基础对象是 类的 System.IdentityModel.Tokens.BootstrapContext 实例。

saveBootstrapContext在配置文件中的 <identityConfiguration><securityTokenHandlerConfiguration> 元素上设置 属性,以指定是否应在 属性中BootstrapContext保留用于生成 的ClaimsIdentity令牌。

BootstrapContext如果该属性不是 null,则应用程序可以访问原始令牌以及它通过 类的属性和方法System.IdentityModel.Tokens.BootstrapContext生成的声明。

适用于

另请参阅