7 references to IsAesEncrypted
System.IO.Compression (7)
System\IO\Compression\ZipArchiveEntry.Async.cs (3)
180
if (!
IsAesEncrypted
|| !_originallyInArchive || OperatingSystem.IsBrowser())
239
if (
IsAesEncrypted
)
538
if (
IsAesEncrypted
)
System\IO\Compression\ZipArchiveEntry.cs (4)
628
if (!
IsAesEncrypted
|| !_originallyInArchive || OperatingSystem.IsBrowser())
1091
if (
IsAesEncrypted
)
1181
if (
IsAesEncrypted
&& _aeVersion == 2)
1432
else if (IsEncrypted &&
IsAesEncrypted
)