ClaimsIdentity.BootstrapContext Property
Gets or sets the token that was used to create this claims identity.
Namespace: System.Security.Claims
Assembly: mscorlib (in mscorlib.dll)
The underlying object is an instance of the System.IdentityModel.Tokens.BootstrapContext class.
Set the saveBootstrapContext attribute on either the <identityConfiguration> or the <securityTokenHandlerConfiguration> element in a configuration file to specify whether the token used to generate the ClaimsIdentity should be preserved in the BootstrapContext property.
If the BootstrapContext property is not a null reference (Nothing in Visual Basic), applications can access the original token and the claims it produced through the properties and methods of the System.IdentityModel.Tokens.BootstrapContext class.
- SecurityCriticalAttribute
Set operation requires full trust for the immediate caller. This member cannot be set by partially trusted or transparent code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.