7 references to Sha512
System.Security.Cryptography (7)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
225return Oids.Sha512;
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\PfxAsn.manual.cs (1)
44case Oids.Sha512:
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
110Oids.Sha512 => 512 >> 3,
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
2006Oids.Sha512 => 512 / 8,
System\Security\Cryptography\CapiHelper.Unix.cs (1)
60Oids.Sha512 => HashAlgorithmName.SHA512,
System\Security\Cryptography\HashAlgorithmName.cs (1)
157case Oids.Sha512:
System\Security\Cryptography\X509Certificates\RSAPssX509SignatureGenerator.cs (1)
51digestOid = Oids.Sha512;