7 references to OID_OIWSEC_SHA384
mscorlib (7)
system\security\cryptography\cryptoconfig.cs (5)
140ht.Add("SHA384", Constants.OID_OIWSEC_SHA384); 141ht.Add("System.Security.Cryptography.SHA384", Constants.OID_OIWSEC_SHA384); 142ht.Add("System.Security.Cryptography.SHA384CryptoServiceProvider", Constants.OID_OIWSEC_SHA384); 143ht.Add("System.Security.Cryptography.SHA384Cng", Constants.OID_OIWSEC_SHA384); 144ht.Add("System.Security.Cryptography.SHA384Managed", Constants.OID_OIWSEC_SHA384);
system\security\cryptography\utils.cs (1)
1013case Constants.OID_OIWSEC_SHA384:
system\security\cryptography\x509certificates\x509utils.cs (1)
187else if (String.Equals(oid, Constants.OID_OIWSEC_SHA384, StringComparison.Ordinal)) {