Xceed .NET Libraries Documentation
ZCryptStream Constructor(Stream,String,Encoding,Int64,Boolean,Boolean)


Xceed.Compression Assembly > Xceed.Compression Namespace > ZCryptStream Class > ZCryptStream Constructor : ZCryptStream Constructor(Stream,String,Encoding,Int64,Boolean,Boolean)
Syntax
'Declaration
 
Public Function New( _

   ByVal inner As Stream, _

   ByVal password As String, _

   ByVal passwordEncoding As Encoding, _

   ByVal userSeed As Long, _

   ByVal encrypt As Boolean, _

   ByVal forceWriteHeader As Boolean _

)
'Usage
 
Dim inner As Stream

Dim password As String

Dim passwordEncoding As Encoding

Dim userSeed As Long

Dim encrypt As Boolean

Dim forceWriteHeader As Boolean

 

Dim instance As New ZCryptStream(inner, password, passwordEncoding, userSeed, encrypt, forceWriteHeader)
public ZCryptStream( 

   Stream inner,

   string password,

   Encoding passwordEncoding,

   long userSeed,

   bool encrypt,

   bool forceWriteHeader

)

Parameters

inner
password
passwordEncoding
userSeed
encrypt
forceWriteHeader
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZCryptStream Class
ZCryptStream Members
Overload List