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

◆ HashData() [2/2]

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

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 129 of file RSAImplementation.cs.

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

References Internal.Cryptography.CngCommon.HashData().