14 references to AuthenticationMethods
System.IdentityModel (14)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (12)
30
new Mapping( AuthenticationMethods.HardwareToken, SamlConstants.
AuthenticationMethods
.HardwareTokenString ),
31
new Mapping( AuthenticationMethods.Kerberos, SamlConstants.
AuthenticationMethods
.KerberosString ),
32
new Mapping( AuthenticationMethods.Password, SamlConstants.
AuthenticationMethods
.PasswordString ),
33
new Mapping( AuthenticationMethods.Pgp, SamlConstants.
AuthenticationMethods
.PgpString ),
34
new Mapping( AuthenticationMethods.SecureRemotePassword, SamlConstants.
AuthenticationMethods
.SecureRemotePasswordString ),
35
new Mapping( AuthenticationMethods.Signature, SamlConstants.
AuthenticationMethods
.SignatureString ),
36
new Mapping( AuthenticationMethods.Spki, SamlConstants.
AuthenticationMethods
.SpkiString ),
37
new Mapping( AuthenticationMethods.TlsClient, SamlConstants.
AuthenticationMethods
.TlsClientString ),
38
new Mapping( AuthenticationMethods.Unspecified, SamlConstants.
AuthenticationMethods
.UnspecifiedString ),
39
new Mapping( AuthenticationMethods.Windows, SamlConstants.
AuthenticationMethods
.WindowsString ),
40
new Mapping( AuthenticationMethods.X509, SamlConstants.
AuthenticationMethods
.X509String ),
41
new 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>