4 references to SHA3_384
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\PkcsHelpers.cs (1)
61return HashAlgorithmName.SHA3_384;
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
229if (algName == HashAlgorithmName.SHA3_384)
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
22lookup.Add(Oids.ECDsaWithSha3_384, new ECDsaCmsSignature(Oids.ECDsaWithSha3_384, HashAlgorithmName.SHA3_384));
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
25lookup.Add(Oids.RsaPkcs1Sha3_384, new RSAPkcs1CmsSignature(Oids.RsaPkcs1Sha3_384, HashAlgorithmName.SHA3_384));