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