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

◆ IV

override byte [] System.Security.Cryptography.AesCryptoServiceProvider.IV
getset

Definition at line 35 of file AesCryptoServiceProvider.cs.

36 {
37 get
38 {
39 return _impl.IV;
40 }
41 set
42 {
43 _impl.IV = value;
44 }
45 }