Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / ZCryptStream Class / ZCryptStream Constructor / ZCryptStream Constructor(Stream,String,Encoding,Int64,Boolean)


In This Topic
    ZCryptStream Constructor(Stream,String,Encoding,Int64,Boolean)
    In This Topic
    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 _
    )
    'Usage
     
    Dim inner As Stream
    Dim password As String
    Dim passwordEncoding As Encoding
    Dim userSeed As Long
    Dim encrypt As Boolean
     
    Dim instance As New ZCryptStream(inner, password, passwordEncoding, userSeed, encrypt)
    public ZCryptStream( 
       Stream inner,
       string password,
       Encoding passwordEncoding,
       long userSeed,
       bool encrypt
    )

    Parameters

    inner
    password
    passwordEncoding
    userSeed
    encrypt
    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