'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