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)
58
identities =
_wrappedX509SecurityTokenHandler
.ValidateToken(token);
71
if (
_wrappedX509SecurityTokenHandler
.Configuration != null )
73
shouldSaveBootstrapContext =
_wrappedX509SecurityTokenHandler
.Configuration.SaveBootstrapContext;
89
BootstrapContext bootstrapContext = new BootstrapContext(tokenToCache,
_wrappedX509SecurityTokenHandler
);