Dart.PowerTCP.Zip Namespace > AesDecryptingStream Class : AesDecryptingStream Constructor |
Public Function New( _ ByVal innerStream As Stream, _ ByVal encryption As Encryption, _ ByVal password As String _ )
Dim innerStream As Stream Dim encryption As Encryption Dim password As String Dim instance As New AesDecryptingStream(innerStream, encryption, password)
public AesDecryptingStream( Stream innerStream, Encryption encryption, string password )
public: AesDecryptingStream( Stream* innerStream, Encryption encryption, string* password )
public: AesDecryptingStream( Stream^ innerStream, Encryption encryption, String^ password )
AES decryption will be applied to all bytes passing through this stream.
Flush() must be used after the final Write() to check trailing authentication code.