4 references to X509
System.IdentityModel (4)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (2)
40
new Mapping( AuthenticationMethods.
X509
, SamlConstants.AuthenticationMethods.X509String ),
56
new Mapping( AuthenticationMethods.
X509
, Saml2Constants.AuthenticationContextClasses.X509String ),
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (2)
545
identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.
X509
));
577
windowsIdentity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.
X509
));