4 references to SHA3_256
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\PkcsHelpers.cs (1)
58return HashAlgorithmName.SHA3_256;
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
227if (algName == HashAlgorithmName.SHA3_256)
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
21lookup.Add(Oids.ECDsaWithSha3_256, new ECDsaCmsSignature(Oids.ECDsaWithSha3_256, HashAlgorithmName.SHA3_256));
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
24lookup.Add(Oids.RsaPkcs1Sha3_256, new RSAPkcs1CmsSignature(Oids.RsaPkcs1Sha3_256, HashAlgorithmName.SHA3_256));