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