7 references to OID_OIWSEC_SHA1
mscorlib (7)
system\security\cryptography\cryptoconfig.cs (6)
119ht.Add("SHA", Constants.OID_OIWSEC_SHA1); 120ht.Add("SHA1", Constants.OID_OIWSEC_SHA1); 121ht.Add("System.Security.Cryptography.SHA1", Constants.OID_OIWSEC_SHA1); 124ht.Add("System.Security.Cryptography.SHA1CryptoServiceProvider", Constants.OID_OIWSEC_SHA1); 125ht.Add("System.Security.Cryptography.SHA1Cng", Constants.OID_OIWSEC_SHA1); 128ht.Add("System.Security.Cryptography.SHA1Managed", Constants.OID_OIWSEC_SHA1);
system\security\cryptography\utils.cs (1)
1007case Constants.OID_OIWSEC_SHA1: