Definition at line 22 of file CryptoConfig.cs.
23 {
24 get
25 {
27 {
29 }
34 dictionary.Add(
"System.Security.Cryptography.SHA1",
"1.3.14.3.2.26");
35 dictionary.Add(
"System.Security.Cryptography.SHA1CryptoServiceProvider",
"1.3.14.3.2.26");
36 dictionary.Add(
"System.Security.Cryptography.SHA1Cng",
"1.3.14.3.2.26");
37 dictionary.Add(
"System.Security.Cryptography.SHA1Managed",
"1.3.14.3.2.26");
38 dictionary.Add(
"SHA256",
"2.16.840.1.101.3.4.2.1");
39 dictionary.Add(
"System.Security.Cryptography.SHA256",
"2.16.840.1.101.3.4.2.1");
40 dictionary.Add(
"System.Security.Cryptography.SHA256CryptoServiceProvider",
"2.16.840.1.101.3.4.2.1");
41 dictionary.Add(
"System.Security.Cryptography.SHA256Cng",
"2.16.840.1.101.3.4.2.1");
42 dictionary.Add(
"System.Security.Cryptography.SHA256Managed",
"2.16.840.1.101.3.4.2.1");
43 dictionary.Add(
"SHA384",
"2.16.840.1.101.3.4.2.2");
44 dictionary.Add(
"System.Security.Cryptography.SHA384",
"2.16.840.1.101.3.4.2.2");
45 dictionary.Add(
"System.Security.Cryptography.SHA384CryptoServiceProvider",
"2.16.840.1.101.3.4.2.2");
46 dictionary.Add(
"System.Security.Cryptography.SHA384Cng",
"2.16.840.1.101.3.4.2.2");
47 dictionary.Add(
"System.Security.Cryptography.SHA384Managed",
"2.16.840.1.101.3.4.2.2");
48 dictionary.Add(
"SHA512",
"2.16.840.1.101.3.4.2.3");
49 dictionary.Add(
"System.Security.Cryptography.SHA512",
"2.16.840.1.101.3.4.2.3");
50 dictionary.Add(
"System.Security.Cryptography.SHA512CryptoServiceProvider",
"2.16.840.1.101.3.4.2.3");
51 dictionary.Add(
"System.Security.Cryptography.SHA512Cng",
"2.16.840.1.101.3.4.2.3");
52 dictionary.Add(
"System.Security.Cryptography.SHA512Managed",
"2.16.840.1.101.3.4.2.3");
54 dictionary.Add(
"System.Security.Cryptography.RIPEMD160",
"1.3.36.3.2.1");
55 dictionary.Add(
"System.Security.Cryptography.RIPEMD160Managed",
"1.3.36.3.2.1");
57 dictionary.Add(
"System.Security.Cryptography.MD5",
"1.2.840.113549.2.5");
58 dictionary.Add(
"System.Security.Cryptography.MD5CryptoServiceProvider",
"1.2.840.113549.2.5");
59 dictionary.Add(
"System.Security.Cryptography.MD5Managed",
"1.2.840.113549.2.5");
60 dictionary.Add(
"TripleDESKeyWrap",
"1.2.840.113549.1.9.16.3.6");
62 dictionary.Add(
"System.Security.Cryptography.RC2CryptoServiceProvider",
"1.2.840.113549.3.2");
64 dictionary.Add(
"System.Security.Cryptography.DESCryptoServiceProvider",
"1.3.14.3.2.7");
65 dictionary.Add(
"TripleDES",
"1.2.840.113549.3.7");
66 dictionary.Add(
"System.Security.Cryptography.TripleDESCryptoServiceProvider",
"1.2.840.113549.3.7");
69 }
70 }
static volatile Dictionary< string, string > s_defaultOidHT
Referenced by System.Security.Cryptography.CryptoConfig.MapNameToOID().