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