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