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

◆ Password

string Ionic.Zip.ZipFile.Password
setprivate get

Definition at line 1023 of file ZipFile.cs.

1024 {
1025 private get
1026 {
1027 return this._Password;
1028 }
1029 set
1030 {
1032 if (value == null)
1033 {
1034 return;
1035 }
1036 if (this._Encryption != EncryptionAlgorithm.None)
1037 {
1038 return;
1039 }
1040 this._Encryption = EncryptionAlgorithm.PkzipWeak;
1041 }
1042 }
class f__AnonymousType0<< Count > j__TPar
EncryptionAlgorithm _Encryption
Definition ZipFile.cs:2736