3 instantiations of WrappedSaml2SecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
210securityTokenAuthenticator = new WrappedSaml2SecurityTokenAuthenticator( saml2SecurityTokenHandler, _exceptionMapper ); 530WrappedSaml2SecurityTokenAuthenticator wrappedSaml2SecurityTokenAuthenticator = new WrappedSaml2SecurityTokenAuthenticator( saml2SecurityTokenHandler, _exceptionMapper ); 546securityTokenAuthenticator = new WrappedSaml2SecurityTokenAuthenticator( saml2SecurityTokenHandler, _exceptionMapper );
4 references to WrappedSaml2SecurityTokenAuthenticator
System.ServiceModel (4)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
530WrappedSaml2SecurityTokenAuthenticator wrappedSaml2SecurityTokenAuthenticator = new WrappedSaml2SecurityTokenAuthenticator( saml2SecurityTokenHandler, _exceptionMapper );
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (1)
25/// Initializes an instance of <see cref="WrappedSaml2SecurityTokenAuthenticator"/>
System\ServiceModel\Security\WrappedSamlSecurityTokenAuthenticator.cs (2)
20WrappedSaml2SecurityTokenAuthenticator _wrappedSaml2SecurityTokenAuthenticator; 22public WrappedSamlSecurityTokenAuthenticator( WrappedSaml11SecurityTokenAuthenticator wrappedSaml11SecurityTokenAuthenticator, WrappedSaml2SecurityTokenAuthenticator wrappedSaml2SecurityTokenAuthenticator )