'Declaration Public Function New( _ ByVal innerStream As Stream, _ 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 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, rfc2898DeriveBytesManager, password, strength, writing, computeAuthenticationCode)
public AesEncryptionStream( Stream innerStream, Rfc2898DeriveBytesManager rfc2898DeriveBytesManager, string password, int strength, bool writing, bool computeAuthenticationCode )
Parameters
- innerStream
- rfc2898DeriveBytesManager
- password
- strength
- writing
- computeAuthenticationCode