1 write to _encryptionMethod
System.IO.Compression (1)
System\IO\Compression\ZipArchiveEntry.cs (1)
1549
internal ZipEncryptionMethod Encryption { get => _encryptionMethod; private set =>
_encryptionMethod
= value; }
2 references to _encryptionMethod
System.IO.Compression (2)
System\IO\Compression\ZipArchiveEntry.cs (2)
235
public ZipEncryptionMethod EncryptionMethod =>
_encryptionMethod
;
1549
internal ZipEncryptionMethod Encryption { get =>
_encryptionMethod
; private set => _encryptionMethod = value; }