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

◆ HashData() [2/2]

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

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 130 of file RSACng.cs.

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

References Internal.Cryptography.CngCommon.HashData().