9 instantiations of BootstrapContext
System.IdentityModel (8)
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\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)
89
BootstrapContext bootstrapContext = new
BootstrapContext
(tokenToCache, _wrappedX509SecurityTokenHandler);
2 references to BootstrapContext
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
980
identity.BootstrapContext = (
BootstrapContext
)formatter.Deserialize(ms);
System.ServiceModel (1)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
89
BootstrapContext
bootstrapContext = new BootstrapContext(tokenToCache, _wrappedX509SecurityTokenHandler);