5 references to CreateKey
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.Async.cs (2)
257
zipCryptoKeys = ZipCryptoStream.
CreateKey
(password);
558
ZipCryptoKeys keys = ZipCryptoStream.
CreateKey
(password);
System\IO\Compression\ZipArchiveEntry.cs (3)
1110
ZipCryptoKeys keyMaterial = ZipCryptoStream.
CreateKey
(password);
1352
_derivedZipCryptoKeyMaterial = ZipCryptoStream.
CreateKey
(password);
1379
_derivedZipCryptoKeyMaterial = ZipCryptoStream.
CreateKey
(password);