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)
40return ( _wrappedSaml11SecurityTokenAuthenticator.CanValidateToken( token ) || _wrappedSaml2SecurityTokenAuthenticator.CanValidateToken( token ) ); 45if ( _wrappedSaml11SecurityTokenAuthenticator.CanValidateToken( token ) ) 47return _wrappedSaml11SecurityTokenAuthenticator.ValidateToken( token );