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


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

Parameters

innerStream
aesAlgorithmManager
rfc2898DeriveBytesManager
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