terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Encryption

EncryptionAlgorithm Ionic.Zip.ZipOutputStream.Encryption
getset

Definition at line 92 of file ZipOutputStream.cs.

93 {
94 get
95 {
96 return this._encryption;
97 }
98 set
99 {
100 if (!this._disposed)
101 {
103 return;
104 }
106 }
107 }
class f__AnonymousType0<< Count > j__TPar
EncryptionAlgorithm _encryption