7 references to Sha512
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\PkcsHelpers.cs (2)
52case Oids.Sha512: 392case Oids.Sha512:
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)
124Oids.Sha512 => 512 / 8,
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
136Oids.Sha512 => Oids.DsaWithSha512,
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
139Oids.Sha512 => Oids.ECDsaWithSha512,