8 references to Sha384
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\PkcsHelpers.cs (2)
49case Oids.Sha384: 389case Oids.Sha384:
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (2)
27testOid.Value = Oids.Sha384; 223return Oids.Sha384;
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
40case Oids.Sha384:
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
123Oids.Sha384 => 384 / 8,
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
135Oids.Sha384 => Oids.DsaWithSha384,
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
138Oids.Sha384 => Oids.ECDsaWithSha384,