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