1 write to _wrappedX509SecurityTokenHandler
System.ServiceModel (1)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (1)
43_wrappedX509SecurityTokenHandler = wrappedX509SecurityTokenHandler;
4 references to _wrappedX509SecurityTokenHandler
System.ServiceModel (4)
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (4)
58identities = _wrappedX509SecurityTokenHandler.ValidateToken(token); 71if ( _wrappedX509SecurityTokenHandler.Configuration != null ) 73shouldSaveBootstrapContext = _wrappedX509SecurityTokenHandler.Configuration.SaveBootstrapContext; 89BootstrapContext bootstrapContext = new BootstrapContext(tokenToCache, _wrappedX509SecurityTokenHandler);