'Declaration Public Function New( _ ByVal inner As Stream, _ ByVal encryptionMethod As StreamingEncryptionMethod, _ ByVal encryptionPassword As String _ )
'Usage Dim inner As Stream Dim encryptionMethod As StreamingEncryptionMethod Dim encryptionPassword As String Dim instance As New XceedCompressedStreamEx(inner, encryptionMethod, encryptionPassword)
public XceedCompressedStreamEx( Stream inner, StreamingEncryptionMethod encryptionMethod, string encryptionPassword )
Parameters
- inner
- encryptionMethod
- encryptionPassword