1 write to _wrappedSaml2SecurityTokenHandler
System.ServiceModel (1)
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (1)
43
_wrappedSaml2SecurityTokenHandler
= saml2SecurityTokenHandler;
2 references to _wrappedSaml2SecurityTokenHandler
System.ServiceModel (2)
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (2)
56
return (token is Saml2SecurityToken) &&
_wrappedSaml2SecurityTokenHandler
.CanValidateToken;
70
identities =
_wrappedSaml2SecurityTokenHandler
.ValidateToken( token );