2 references to DefaultSaveBootstrapContext
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerConfiguration.cs (1)
87
private bool saveBootstrapContext =
DefaultSaveBootstrapContext
;
System.ServiceModel (1)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
70
bool shouldSaveBootstrapContext = SecurityTokenHandlerConfiguration.
DefaultSaveBootstrapContext
;