10 writes to BootstrapContext
System.IdentityModel (9)
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
103
wi.
BootstrapContext
= new BootstrapContext(token, this);
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
176
identity.
BootstrapContext
= new BootstrapContext(token, this);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
387
claimsIdentity.
BootstrapContext
= new BootstrapContext(token, this);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1034
claimsIdentity.
BootstrapContext
= new BootstrapContext(token, this);
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
980
identity.
BootstrapContext
= (BootstrapContext)formatter.Deserialize(ms);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
258
(principal.Identities as ReadOnlyCollection<ClaimsIdentity>)[0].
BootstrapContext
= new BootstrapContext(tokenDescriptor.Token, bootstrapTokenCollection[tokenDescriptor.Token.GetType()]);
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (2)
111
windowsIdentity.
BootstrapContext
= new BootstrapContext(usernameToken, this);
115
windowsIdentity.
BootstrapContext
= new BootstrapContext(new UserNameSecurityToken(usernameToken.UserName, null), this);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
583
identity.
BootstrapContext
= new BootstrapContext(token, this);
System.ServiceModel (1)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
92
identity.
BootstrapContext
= bootstrapContext;
2 references to BootstrapContext
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
1358
if (identity.
BootstrapContext
!= null)
1365
formatter.Serialize(ms, identity.
BootstrapContext
);