Xceed .NET Libraries Documentation
AesEncryptionStream Constructor(Stream,String,Int32,Boolean,Boolean)


Xceed.Compression Assembly > Xceed.Compression Namespace > AesEncryptionStream Class > AesEncryptionStream Constructor : AesEncryptionStream Constructor(Stream,String,Int32,Boolean,Boolean)
Syntax
'Declaration
 
Public Function New( _
   ByVal innerStream As Stream, _
   ByVal password As String, _
   ByVal strength As Integer, _
   ByVal writing As Boolean, _
   ByVal computeAuthenticationCode As Boolean _
)
'Usage
 
Dim innerStream As Stream
Dim password As String
Dim strength As Integer
Dim writing As Boolean
Dim computeAuthenticationCode As Boolean
 
Dim instance As New AesEncryptionStream(innerStream, password, strength, writing, computeAuthenticationCode)
public AesEncryptionStream( 
   Stream innerStream,
   string password,
   int strength,
   bool writing,
   bool computeAuthenticationCode
)

Parameters

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

AesEncryptionStream Class
AesEncryptionStream Members
Overload List