Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ HashData() [2/2]

override byte[] System.Security.Cryptography.ECDsaCng.HashData ( Stream data,
HashAlgorithmName hashAlgorithm )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.ECDsa.

Definition at line 451 of file ECDsaCng.cs.

452 {
453 return Internal.Cryptography.CngCommon.HashData(data, hashAlgorithm);
454 }
static byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
Definition CngCommon.cs:10

References Internal.Cryptography.CngCommon.HashData().