1 instantiation of X509SecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
199new X509SecurityTokenHandler(),
12 references to X509SecurityTokenHandler
System.IdentityModel (6)
System\IdentityModel\Claims\ClaimsHelper.cs (1)
29return X509SecurityTokenHandler.KerberosCertificateLogon(x509Certificate);
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
36BaseAdd( new CustomTypeElement( typeof( X509SecurityTokenHandler ) ) );
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (4)
44/// Creates an instance of <see cref="X509SecurityTokenHandler"/>. MapToWindows is defaulted to false. 53/// Creates an instance of <see cref="X509SecurityTokenHandler"/> with an X509 certificate validator. 63/// Creates an instance of <see cref="X509SecurityTokenHandler"/>. Uses <see cref="X509CertificateValidator.PeerOrChainTrust"/> 74/// Creates an instance of <see cref="X509SecurityTokenHandler"/>.
System.ServiceModel (6)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
168X509SecurityTokenHandler x509SecurityTokenHandler = securityTokenHandler as X509SecurityTokenHandler; 172new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof( X509SecurityTokenHandler ) ) ) );
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (3)
20X509SecurityTokenHandler _wrappedX509SecurityTokenHandler; 29X509SecurityTokenHandler wrappedX509SecurityTokenHandler, 102static bool GetMapToWindowsSetting( X509SecurityTokenHandler securityTokenHandler )