public AesEncryptionStream( Stream innerStream, string password, int strength, bool writing, bool computeAuthenticationCode )
'Declaration Public Function New( _ ByVal innerStream As Stream, _ ByVal password As String, _ ByVal strength As Integer, _ ByVal writing As Boolean, _ ByVal computeAuthenticationCode As Boolean _ )
Parameters
- innerStream
- password
- strength
- writing
- computeAuthenticationCode