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

◆ HMACSHA1() [3/3]

System.Security.Cryptography.HMACSHA1.HMACSHA1 ( byte[] key,
bool useManagedSha1 )
inline

Definition at line 49 of file HMACSHA1.cs.

50 : this(key)
51 {
52 }