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