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