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