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