3 instantiations of ZipCryptoStream
System.IO.Compression (3)
System\IO\Compression\ZipCryptoStream.cs (3)
70return new ZipCryptoStream(baseStream, key0, key1, key2, leaveOpen);
82return new ZipCryptoStream(baseStream, key0, key1, key2, leaveOpen);
98return new ZipCryptoStream(baseStream, keys, passwordVerifierLow2Bytes, crc32, leaveOpen);
16 references to ZipCryptoStream
System.IO.Compression (16)
System\IO\Compression\ZipCryptoStream.cs (3)
64internal static ZipCryptoStream Create(Stream baseStream, ZipCryptoKeys keys, byte expectedCheckByte, bool encrypting, bool leaveOpen = false)
76internal static async Task<ZipCryptoStream> CreateAsync(Stream baseStream, ZipCryptoKeys keys, byte expectedCheckByte, bool encrypting, CancellationToken cancellationToken = default, bool leaveOpen = false)
88internal static ZipCryptoStream Create(Stream baseStream,