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