3 instantiations of ZipCryptoStream
System.IO.Compression (3)
System\IO\Compression\ZipCryptoStream.cs (3)
69return new ZipCryptoStream(baseStream, key0, key1, key2, leaveOpen);
81return new ZipCryptoStream(baseStream, key0, key1, key2, leaveOpen);
97return new ZipCryptoStream(baseStream, keys, passwordVerifierLow2Bytes, crc32, leaveOpen);
14 references to ZipCryptoStream
System.IO.Compression (14)
System\IO\Compression\ZipCryptoStream.cs (3)
63internal static ZipCryptoStream Create(Stream baseStream, ZipCryptoKeys keys, byte expectedCheckByte, bool encrypting, bool leaveOpen = false)
75internal static async Task<ZipCryptoStream> CreateAsync(Stream baseStream, ZipCryptoKeys keys, byte expectedCheckByte, bool encrypting, CancellationToken cancellationToken = default, bool leaveOpen = false)
87internal static ZipCryptoStream Create(Stream baseStream,