7 references to Sha384
System.Security.Cryptography (7)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
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)
109Oids.Sha384 => 384 >> 3,
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
2005Oids.Sha384 => 384 / 8,
System\Security\Cryptography\CapiHelper.Unix.cs (1)
59Oids.Sha384 => HashAlgorithmName.SHA384,
System\Security\Cryptography\HashAlgorithmName.cs (1)
154case Oids.Sha384:
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
46digestOid = Oids.Sha384;