14 references to SHA3_256
System.Security.Cryptography (9)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
217
if (algName == HashAlgorithmName.
SHA3_256
)
System\Security\Cryptography\HashAlgorithmName.cs (1)
161
value =
SHA3_256
;
System\Security\Cryptography\Helpers.cs (1)
369
else if (hashAlgorithmName == HashAlgorithmName.
SHA3_256
)
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
259
hashAlgorithm != HashAlgorithmName.
SHA3_256
&&
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
334
if (hashAlgorithmName == HashAlgorithmName.
SHA3_256
.Name ||
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (1)
367
if (hashAlgorithm == HashAlgorithmName.
SHA3_256
||
System\Security\Cryptography\RSAEncryptionPadding.cs (1)
41
public static RSAEncryptionPadding OaepSHA3_256 { get; } = CreateOaep(HashAlgorithmName.
SHA3_256
);
System\Security\Cryptography\X509Certificates\ECDsaX509SignatureGenerator.cs (1)
37
else if (hashAlgorithm == HashAlgorithmName.
SHA3_256
)
System\Security\Cryptography\X509Certificates\RSAPkcs1X509SignatureGenerator.cs (1)
63
else if (hashAlgorithm == HashAlgorithmName.
SHA3_256
)
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\PkcsHelpers.cs (1)
58
return HashAlgorithmName.
SHA3_256
;
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
217
if (algName == HashAlgorithmName.
SHA3_256
)
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (2)
21
lookup.Add(Oids.ECDsaWithSha3_256, new ECDsaCmsSignature(Oids.ECDsaWithSha3_256, HashAlgorithmName.
SHA3_256
));
140
hashAlgorithmName == HashAlgorithmName.
SHA3_256
? Oids.ECDsaWithSha3_256 :
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
24
lookup.Add(Oids.RsaPkcs1Sha3_256, new RSAPkcs1CmsSignature(Oids.RsaPkcs1Sha3_256, HashAlgorithmName.
SHA3_256
));