3 writes to SaveBootstrapContext
System.IdentityModel (3)
System\IdentityModel\Configuration\IdentityConfiguration.cs (3)
610handlerConfiguration.SaveBootstrapContext = element.SaveBootstrapContext; 729handlerConfiguration.SaveBootstrapContext = element.SaveBootstrapContext; 881set { _serviceHandlerConfiguration.SaveBootstrapContext = value; }
9 references to SaveBootstrapContext
System.IdentityModel (8)
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
880get { return _serviceHandlerConfiguration.SaveBootstrapContext; }
System\IdentityModel\Tokens\KerberosSecurityTokenHandler.cs (1)
101if (this.Configuration.SaveBootstrapContext)
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
174if (this.Configuration.SaveBootstrapContext)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
385if (this.Configuration.SaveBootstrapContext)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1032if (this.Configuration.SaveBootstrapContext)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
250if (this.Configuration.SaveBootstrapContext)
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
107if (this.Configuration.SaveBootstrapContext)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
581if (this.Configuration.SaveBootstrapContext)
System.ServiceModel (1)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
73shouldSaveBootstrapContext = _wrappedX509SecurityTokenHandler.Configuration.SaveBootstrapContext;