7 references to OID_OIWSEC_SHA256
mscorlib (7)
system\security\cryptography\cryptoconfig.cs (5)
129ht.Add("SHA256", Constants.OID_OIWSEC_SHA256); 130ht.Add("System.Security.Cryptography.SHA256", Constants.OID_OIWSEC_SHA256); 133ht.Add("System.Security.Cryptography.SHA256CryptoServiceProvider", Constants.OID_OIWSEC_SHA256); 134ht.Add("System.Security.Cryptography.SHA256Cng", Constants.OID_OIWSEC_SHA256); 137ht.Add("System.Security.Cryptography.SHA256Managed", Constants.OID_OIWSEC_SHA256);
system\security\cryptography\utils.cs (1)
1010case Constants.OID_OIWSEC_SHA256:
system\security\cryptography\x509certificates\x509utils.cs (1)
184if (String.Equals(oid, Constants.OID_OIWSEC_SHA256, StringComparison.Ordinal)) {