1 instantiation of Saml2SecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
197new Saml2SecurityTokenHandler(),
12 references to Saml2SecurityTokenHandler
System.IdentityModel (5)
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
34BaseAdd( new CustomTypeElement( typeof( Saml2SecurityTokenHandler ) ) );
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
54/// Creates an instance of <see cref="Saml2SecurityTokenHandler"/> 62/// Creates an instance of <see cref="Saml2SecurityTokenHandler"/> 5533private Saml2SecurityTokenHandler parent; 5536public WrappedSerializer(Saml2SecurityTokenHandler parent, Saml2Assertion assertion)
System.ServiceModel (7)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (5)
198Saml2SecurityTokenHandler saml2SecurityTokenHandler = securityTokenHandler as Saml2SecurityTokenHandler; 202new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof( Saml2SecurityTokenHandler ) ) ) ); 511Saml2SecurityTokenHandler saml2SecurityTokenHandler = _securityTokenHandlerCollection[SecurityTokenTypes.Saml2TokenProfile11] as Saml2SecurityTokenHandler;
System\ServiceModel\Security\WrappedSaml2SecurityTokenAuthenticator.cs (2)
21Saml2SecurityTokenHandler _wrappedSaml2SecurityTokenHandler; 30Saml2SecurityTokenHandler saml2SecurityTokenHandler,