4 references to Sha3_512
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\PkcsHelpers.cs (1)
62case Oids.Sha3_512:
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
232return Oids.Sha3_512;
src\libraries\Common\src\System\Security\Cryptography\Helpers.cs (1)
127Oids.Sha3_512 => 512 / 8,
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
143Oids.Sha3_512 => Oids.ECDsaWithSha3_512,