Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / AesEncryptionStream Class / AesEncryptionStream Constructor / AesEncryptionStream Constructor(Stream,String,Int32,Boolean)


In This Topic
    AesEncryptionStream Constructor(Stream,String,Int32,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal innerStream As Stream, _
       ByVal password As String, _
       ByVal strength As Integer, _
       ByVal writing As Boolean _
    )
    'Usage
     
    Dim innerStream As Stream
    Dim password As String
    Dim strength As Integer
    Dim writing As Boolean
     
    Dim instance As New AesEncryptionStream(innerStream, password, strength, writing)
    public AesEncryptionStream( 
       Stream innerStream,
       string password,
       int strength,
       bool writing
    )

    Parameters

    innerStream
    password
    strength
    writing
    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