14 references to AuthenticationMethods
System.IdentityModel (14)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (12)
30new Mapping( AuthenticationMethods.HardwareToken, SamlConstants.AuthenticationMethods.HardwareTokenString ), 31new Mapping( AuthenticationMethods.Kerberos, SamlConstants.AuthenticationMethods.KerberosString ), 32new Mapping( AuthenticationMethods.Password, SamlConstants.AuthenticationMethods.PasswordString ), 33new Mapping( AuthenticationMethods.Pgp, SamlConstants.AuthenticationMethods.PgpString ), 34new Mapping( AuthenticationMethods.SecureRemotePassword, SamlConstants.AuthenticationMethods.SecureRemotePasswordString ), 35new Mapping( AuthenticationMethods.Signature, SamlConstants.AuthenticationMethods.SignatureString ), 36new Mapping( AuthenticationMethods.Spki, SamlConstants.AuthenticationMethods.SpkiString ), 37new Mapping( AuthenticationMethods.TlsClient, SamlConstants.AuthenticationMethods.TlsClientString ), 38new Mapping( AuthenticationMethods.Unspecified, SamlConstants.AuthenticationMethods.UnspecifiedString ), 39new Mapping( AuthenticationMethods.Windows, SamlConstants.AuthenticationMethods.WindowsString ), 40new Mapping( AuthenticationMethods.X509, SamlConstants.AuthenticationMethods.X509String ), 41new Mapping( AuthenticationMethods.Xkms, SamlConstants.AuthenticationMethods.XkmsString ),
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
1151/// <returns><see cref="SamlConstants.AuthenticationMethods"/></returns> 1160/// <param name="saml11AuthenticationMethod"><see cref="SamlConstants.AuthenticationMethods"/></param>