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

◆ HashData() [1/2]

override byte[] System.Security.Cryptography.DSACng.HashData ( byte[] data,
int offset,
int count,
HashAlgorithmName hashAlgorithm )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.DSA.

Definition at line 112 of file DSACng.cs.

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

References System.count, Internal.Cryptography.CngCommon.HashData(), and System.offset.