PowerTCP Zip Compression for .NET
AesEncryptingStream Class Members
Properties  Methods 


The following tables list the members exposed by AesEncryptingStream.

Public Constructors
 NameDescription
Public ConstructorAesEncryptingStream ConstructorCreates a stream that will apply AES encryption to all data written to or read from it.  
Top
Public Properties
 NameDescription
Public PropertyCanRead Gets a value indicating whether the current Stream supports reading. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyCanSeek Gets a value indicating whether the current Stream supports seeking. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyCanTimeout (Inherited from System.IO.Stream)
Public PropertyCanWrite Gets a value indicating whether the current Stream supports writing. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyLength Gets the length in bytes of the stream. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyPosition Gets or sets the current position of this stream. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyReadTimeout (Inherited from System.IO.Stream)
Public PropertyWriteTimeout (Inherited from System.IO.Stream)
Top
Public Methods
 NameDescription
Public MethodBeginRead (Inherited from System.IO.Stream)
Public MethodBeginWrite (Inherited from System.IO.Stream)
Public MethodClose Calls InnerStream.Close. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public MethodCopyToOverloaded.  (Inherited from System.IO.Stream)
Public MethodCopyToAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.IO.Stream)
Public MethodEndRead (Inherited from System.IO.Stream)
Public MethodEndWrite (Inherited from System.IO.Stream)
Public MethodFlushOverridden. Must be used after the final Write() to generate trailing authentication code. Flush() is also applied to the BaseStream's InnerStream.  
Public MethodFlushAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodReadOverridden.  Reads data from the Stream and copies it into the provided buffer.  
Public MethodReadAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeek Sets the position within the current Stream to the specified value. Always throws a NotSupportedException. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public MethodSetLength Sets the length of the current Stream to the specified value. Always throws a NotSupportedException. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public MethodWriteOverridden.  Writes a sequence of bytes to the Stream and returns when the operation is complete.  
Public MethodWriteAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodWriteByte (Inherited from System.IO.Stream)
Top
Protected Methods
 NameDescription
Protected MethodCreateWaitHandle (Inherited from System.IO.Stream)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodObjectInvariant (Inherited from System.IO.Stream)
Top
See Also

Reference

AesEncryptingStream Class
Dart.PowerTCP.Zip Namespace


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic