24 instantiations of Mapping
System.IdentityModel (24)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (24)
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 ),
46
new
Mapping
( AuthenticationMethods.Kerberos, Saml2Constants.AuthenticationContextClasses.KerberosString ),
47
new
Mapping
( AuthenticationMethods.Password, Saml2Constants.AuthenticationContextClasses.PasswordString ),
48
new
Mapping
( AuthenticationMethods.Pgp, Saml2Constants.AuthenticationContextClasses.PgpString ),
49
new
Mapping
( AuthenticationMethods.SecureRemotePassword, Saml2Constants.AuthenticationContextClasses.SecureRemotePasswordString ),
50
new
Mapping
( AuthenticationMethods.Signature, Saml2Constants.AuthenticationContextClasses.XmlDsigString ),
51
new
Mapping
( AuthenticationMethods.Spki, Saml2Constants.AuthenticationContextClasses.SpkiString ),
52
new
Mapping
( AuthenticationMethods.Smartcard, Saml2Constants.AuthenticationContextClasses.SmartcardString ),
53
new
Mapping
( AuthenticationMethods.SmartcardPki, Saml2Constants.AuthenticationContextClasses.SmartcardPkiString ),
54
new
Mapping
( AuthenticationMethods.TlsClient, Saml2Constants.AuthenticationContextClasses.TlsClientString ),
55
new
Mapping
( AuthenticationMethods.Unspecified, Saml2Constants.AuthenticationContextClasses.UnspecifiedString ),
56
new
Mapping
( AuthenticationMethods.X509, Saml2Constants.AuthenticationContextClasses.X509String ),
57
new
Mapping
( AuthenticationMethods.Windows, Saml2Constants.AuthenticationContextClasses.WindowsString ),
8 references to Mapping
System.IdentityModel (8)
System\IdentityModel\Claims\AuthenticationTypeMaps.cs (8)
28
public static
Mapping
[] Saml = new
Mapping
[]
44
public static
Mapping
[] Saml2 = new
Mapping
[]
66
public static string Denormalize( string normalizedAuthenticationMethod,
Mapping
[] mappingTable )
68
foreach (
Mapping
mapping in mappingTable )
83
public static string Normalize( string unnormalizedAuthenticationMethod,
Mapping
[] mappingTable )
85
foreach (
Mapping
mapping in mappingTable )