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