7 references to IsAesEncrypted
System.IO.Compression (7)
System\IO\Compression\ZipArchiveEntry.Async.cs (3)
175
if (!
IsAesEncrypted
|| !_originallyInArchive || OperatingSystem.IsBrowser())
225
if (
IsAesEncrypted
)
508
if (
IsAesEncrypted
)
System\IO\Compression\ZipArchiveEntry.cs (4)
623
if (!
IsAesEncrypted
|| !_originallyInArchive || OperatingSystem.IsBrowser())
1077
if (
IsAesEncrypted
)
1167
if (
IsAesEncrypted
&& _aeVersion == 2)
1404
else if (IsEncrypted &&
IsAesEncrypted
)