'Declaration Public Property EncryptionMethod As StreamingEncryptionMethod
'Usage Dim instance As XceedCompressedStream Dim value As StreamingEncryptionMethod instance.EncryptionMethod = value value = instance.EncryptionMethod
public StreamingEncryptionMethod EncryptionMethod {get; set;}