1 write to _wrappedSaml2SecurityTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Security\WrappedSamlSecurityTokenAuthenticator.cs (1)
35
_wrappedSaml2SecurityTokenAuthenticator
= wrappedSaml2SecurityTokenAuthenticator;
3 references to _wrappedSaml2SecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\WrappedSamlSecurityTokenAuthenticator.cs (3)
40
return ( _wrappedSaml11SecurityTokenAuthenticator.CanValidateToken( token ) ||
_wrappedSaml2SecurityTokenAuthenticator
.CanValidateToken( token ) );
49
else if (
_wrappedSaml2SecurityTokenAuthenticator
.CanValidateToken( token ) )
51
return
_wrappedSaml2SecurityTokenAuthenticator
.ValidateToken( token );