3 references to Signature
System.IdentityModel (3)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (2)
35new Mapping( AuthenticationMethods.Signature, SamlConstants.AuthenticationMethods.SignatureString ), 50new Mapping( AuthenticationMethods.Signature, Saml2Constants.AuthenticationContextClasses.XmlDsigString ),
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
172identity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.Signature));