10 references to CustomTypeElement
System.IdentityModel (10)
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (8)
33BaseAdd( new CustomTypeElement( typeof( SamlSecurityTokenHandler ) ) ); 34BaseAdd( new CustomTypeElement( typeof( Saml2SecurityTokenHandler ) ) ); 35BaseAdd( new CustomTypeElement( typeof( WindowsUserNameSecurityTokenHandler ) ) ); 36BaseAdd( new CustomTypeElement( typeof( X509SecurityTokenHandler ) ) ); 37BaseAdd( new CustomTypeElement( typeof( KerberosSecurityTokenHandler ) ) ); 38BaseAdd( new CustomTypeElement( typeof( RsaSecurityTokenHandler ) ) ); 39BaseAdd( new CustomTypeElement( typeof( SessionSecurityTokenHandler ) ) ); 40BaseAdd( new CustomTypeElement( typeof( EncryptedSecurityTokenHandler ) ) );
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
211_certificateValidator = CustomTypeElement.Resolve<X509CertificateValidator>(new CustomTypeElement(customValidatorType));
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
225certificateValidator = CustomTypeElement.Resolve<X509CertificateValidator>(new CustomTypeElement(customValidatorType));