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