1 write to _wrappedSaml11SecurityTokenAuthenticator
System.ServiceModel (1)
System\ServiceModel\Security\WrappedSamlSecurityTokenAuthenticator.cs (1)
34
_wrappedSaml11SecurityTokenAuthenticator
= wrappedSaml11SecurityTokenAuthenticator;
3 references to _wrappedSaml11SecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\WrappedSamlSecurityTokenAuthenticator.cs (3)
40
return (
_wrappedSaml11SecurityTokenAuthenticator
.CanValidateToken( token ) || _wrappedSaml2SecurityTokenAuthenticator.CanValidateToken( token ) );
45
if (
_wrappedSaml11SecurityTokenAuthenticator
.CanValidateToken( token ) )
47
return
_wrappedSaml11SecurityTokenAuthenticator
.ValidateToken( token );