3 instantiations of WrappedSaml2SecurityTokenAuthenticator
System.ServiceModel (3)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
210
securityTokenAuthenticator = new
WrappedSaml2SecurityTokenAuthenticator
( saml2SecurityTokenHandler, _exceptionMapper );
530
WrappedSaml2SecurityTokenAuthenticator wrappedSaml2SecurityTokenAuthenticator = new
WrappedSaml2SecurityTokenAuthenticator
( saml2SecurityTokenHandler, _exceptionMapper );
546
securityTokenAuthenticator = new
WrappedSaml2SecurityTokenAuthenticator
( saml2SecurityTokenHandler, _exceptionMapper );
4 references to WrappedSaml2SecurityTokenAuthenticator
System.ServiceModel (4)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
530
WrappedSaml2SecurityTokenAuthenticator
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)
20
WrappedSaml2SecurityTokenAuthenticator
_wrappedSaml2SecurityTokenAuthenticator;
22
public WrappedSamlSecurityTokenAuthenticator( WrappedSaml11SecurityTokenAuthenticator wrappedSaml11SecurityTokenAuthenticator,
WrappedSaml2SecurityTokenAuthenticator
wrappedSaml2SecurityTokenAuthenticator )