5 references to CreateKey
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
243
zipCryptoKeys = ZipCryptoStream.
CreateKey
(password);
528
ZipCryptoKeys keys = ZipCryptoStream.
CreateKey
(password);
System\IO\Compression\ZipArchiveEntry.cs (3)
1096
ZipCryptoKeys keyMaterial = ZipCryptoStream.
CreateKey
(password);
1324
_derivedZipCryptoKeyMaterial = ZipCryptoStream.
CreateKey
(password);
1351
_derivedZipCryptoKeyMaterial = ZipCryptoStream.
CreateKey
(password);