3 references to Password
System.IdentityModel (3)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (2)
32
new Mapping( AuthenticationMethods.
Password
, SamlConstants.AuthenticationMethods.PasswordString ),
47
new Mapping( AuthenticationMethods.
Password
, Saml2Constants.AuthenticationContextClasses.PasswordString ),
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
105
windowsIdentity.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, AuthenticationMethods.
Password
));