Class AESDecryptionStream
A wrapper stream that decrypts the base stream using AES algorithm as it is being read.
public class AESDecryptionStream : DecryptStream<DecryptionWrapperAES>, IDisposable, IAsyncDisposable
- Inheritance
-
AESDecryptionStream
- Implements
- Inherited Members
Constructors
AESDecryptionStream(Stream, byte[], byte[])
Initializes an AESDecryptionStream with a base stream.
public AESDecryptionStream(Stream baseStream, byte[] key, byte[] IV)