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