3 instantiations of WrappedSaml11SecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
191securityTokenAuthenticator = new WrappedSaml11SecurityTokenAuthenticator( saml11SecurityTokenHandler, _exceptionMapper ); 529WrappedSaml11SecurityTokenAuthenticator wrappedSaml11SecurityTokenAuthenticator = new WrappedSaml11SecurityTokenAuthenticator( saml11SecurityTokenHandler, _exceptionMapper ); 557securityTokenAuthenticator = new WrappedSaml11SecurityTokenAuthenticator( saml11SecurityTokenHandler, _exceptionMapper );
4 references to WrappedSaml11SecurityTokenAuthenticator
System.ServiceModel (4)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
529WrappedSaml11SecurityTokenAuthenticator wrappedSaml11SecurityTokenAuthenticator = new WrappedSaml11SecurityTokenAuthenticator( saml11SecurityTokenHandler, _exceptionMapper );
System\ServiceModel\Security\WrappedSaml11SecurityTokenAuthenticator.cs (1)
25/// Initializes an instance of <see cref="WrappedSaml11SecurityTokenAuthenticator"/>
System\ServiceModel\Security\WrappedSamlSecurityTokenAuthenticator.cs (2)
19WrappedSaml11SecurityTokenAuthenticator _wrappedSaml11SecurityTokenAuthenticator; 22public WrappedSamlSecurityTokenAuthenticator( WrappedSaml11SecurityTokenAuthenticator wrappedSaml11SecurityTokenAuthenticator, WrappedSaml2SecurityTokenAuthenticator wrappedSaml2SecurityTokenAuthenticator )