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

◆ BaseKey

byte [] ICngSymmetricAlgorithm. System.Security.Cryptography.TripleDESCng.BaseKey
getsetprivate

Implements Internal.Cryptography.ICngSymmetricAlgorithm.

Definition at line 34 of file TripleDESCng.cs.

35 {
36 get
37 {
38 return base.Key;
39 }
40 set
41 {
42 base.Key = value;
43 }
44 }