7 references to OID_OIWSEC_SHA512
mscorlib (7)
system\security\cryptography\cryptoconfig.cs (5)
145ht.Add("SHA512", Constants.OID_OIWSEC_SHA512); 146ht.Add("System.Security.Cryptography.SHA512", Constants.OID_OIWSEC_SHA512); 147ht.Add("System.Security.Cryptography.SHA512CryptoServiceProvider", Constants.OID_OIWSEC_SHA512); 148ht.Add("System.Security.Cryptography.SHA512Cng", Constants.OID_OIWSEC_SHA512); 149ht.Add("System.Security.Cryptography.SHA512Managed", Constants.OID_OIWSEC_SHA512);
system\security\cryptography\utils.cs (1)
1016case Constants.OID_OIWSEC_SHA512:
system\security\cryptography\x509certificates\x509utils.cs (1)
190else if (String.Equals(oid, Constants.OID_OIWSEC_SHA512, StringComparison.Ordinal)) {