1 instantiation of X509SecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
199
new
X509SecurityTokenHandler
(),
12 references to X509SecurityTokenHandler
System.IdentityModel (6)
System\IdentityModel\Claims\ClaimsHelper.cs (1)
29
return
X509SecurityTokenHandler
.KerberosCertificateLogon(x509Certificate);
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
36
BaseAdd( 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)
168
X509SecurityTokenHandler
x509SecurityTokenHandler = securityTokenHandler as
X509SecurityTokenHandler
;
172
new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof(
X509SecurityTokenHandler
) ) ) );
System\ServiceModel\Security\WrappedX509SecurityTokenAuthenticator.cs (3)
20
X509SecurityTokenHandler
_wrappedX509SecurityTokenHandler;
29
X509SecurityTokenHandler
wrappedX509SecurityTokenHandler,
102
static bool GetMapToWindowsSetting(
X509SecurityTokenHandler
securityTokenHandler )