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