3 instantiations of WrappedSaml11SecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
191
securityTokenAuthenticator = new
WrappedSaml11SecurityTokenAuthenticator
( saml11SecurityTokenHandler, _exceptionMapper );
529
WrappedSaml11SecurityTokenAuthenticator wrappedSaml11SecurityTokenAuthenticator = new
WrappedSaml11SecurityTokenAuthenticator
( saml11SecurityTokenHandler, _exceptionMapper );
557
securityTokenAuthenticator = new
WrappedSaml11SecurityTokenAuthenticator
( saml11SecurityTokenHandler, _exceptionMapper );
4 references to WrappedSaml11SecurityTokenAuthenticator
System.ServiceModel (4)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
529
WrappedSaml11SecurityTokenAuthenticator
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)
19
WrappedSaml11SecurityTokenAuthenticator
_wrappedSaml11SecurityTokenAuthenticator;
22
public WrappedSamlSecurityTokenAuthenticator(
WrappedSaml11SecurityTokenAuthenticator
wrappedSaml11SecurityTokenAuthenticator, WrappedSaml2SecurityTokenAuthenticator wrappedSaml2SecurityTokenAuthenticator )