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

◆ BaseKeySize

int ICngSymmetricAlgorithm. System.Security.Cryptography.AesCng.BaseKeySize
getsetprivate

Implements Internal.Cryptography.ICngSymmetricAlgorithm.

Definition at line 46 of file AesCng.cs.

47 {
48 get
49 {
50 return base.KeySize;
51 }
52 set
53 {
54 base.KeySize = value;
55 }
56 }