Class DecryptStream<T>
A wrapper stream that decrypts the base stream as it is being read.
public class DecryptStream<T> : DecryptStream, IDisposable, IAsyncDisposable where T : class, IDecryptionWrapper, new()
Type Parameters
T
- Inheritance
-
DecryptStream<T>
- Implements
- Derived
- Inherited Members
Constructors
DecryptStream(Stream, byte[], byte[])
Initializes an DecryptStream with an decryption algorithm and a base stream.
public DecryptStream(Stream baseStream, byte[] envelopeKey, byte[] IV)