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)
56return (token is Saml2SecurityToken) && _wrappedSaml2SecurityTokenHandler.CanValidateToken; 70identities = _wrappedSaml2SecurityTokenHandler.ValidateToken( token );