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

◆ Key

virtual byte [] System.Security.Cryptography.KeyedHashAlgorithm.Key
getset

Definition at line 10 of file KeyedHashAlgorithm.cs.

11 {
12 get
13 {
14 return KeyValue.CloneByteArray();
15 }
16 set
17 {
18 KeyValue = value.CloneByteArray();
19 }
20 }