| Dart.PowerTCP.SslSockets Namespace : SymmetricCryptoStream Class |
SymmetricCryptoStream overview
SymmetricCryptoStream Constructor | Overloaded. Create a new instance of SymmetricCryptoStream. |
Algorithm | Exposes the algorithm cryptographic service provider used to initialize the SymmetricCryptoStream. |
CanRead (Inherited from EnhancedStream) | Gets a value indicating whether the current stream supports reading. |
CanSeek (Inherited from EnhancedStream) | Gets a value indicating whether the current stream supports seeking. |
CanTimeout (Inherited from System.IO.Stream) | Gets a value that determines whether the current stream can time out. |
CanWrite (Inherited from EnhancedStream) | Gets a value indicating whether the current stream supports writing. |
Charset (Inherited from EnhancedStream) | Gets and sets the character set used for string/byte array conversions. |
Encoding (Inherited from EnhancedStream) | Gets or sets the type of encoding to use. |
Length (Inherited from EnhancedStream) | The length of data available on the stream. This method always throws a NotSupportedException. |
Position (Inherited from EnhancedStream) | Gets or sets the position in the stream. This method always throws a NotSupportedException. |
ReadTimeout (Inherited from System.IO.Stream) | Gets or sets a value that determines how long the stream will attempt to read before timing out. |
WriteTimeout (Inherited from System.IO.Stream) | Gets or sets a value that determines how long the stream will attempt to write before timing out. |
BeginRead (Inherited from System.IO.Stream) | |
BeginWrite (Inherited from System.IO.Stream) | |
Close (Inherited from System.IO.Stream) | Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. |
CreateObjRef (Inherited from System.MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (Inherited from EnhancedStream) | Overloaded. Releases all resources associated with the object. |
EndRead (Inherited from System.IO.Stream) | Waits for the pending asynchronous read to complete. |
EndWrite (Inherited from System.IO.Stream) | Ends an asynchronous write operation. |
Flush | Overridden. Updates the underlying repository with the current state of the buffer and then clears the buffer. |
FlushFinalBlock | Updates the underlying data source or repository with the current state of the buffer, then clears the buffer. |
GetLifetimeService (Inherited from System.MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
InitializeLifetimeService (Inherited from System.MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Read | Overloaded. Overridden. Reads a sequence of bytes from the SymmetricCryptoStream.CoreStream and returns when the operation is complete. |
ReadByte (Inherited from System.IO.Stream) | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
Save (Inherited from EnhancedStream) | Overloaded. Saves the data in the stream to the file specified by fileName. |
Seek (Inherited from EnhancedStream) | Sets the position within the current Stream to the specified value. Always throws a NotSupportedException. |
SetLength (Inherited from EnhancedStream) | Sets the length of the current Stream to the specified value. Always throws a NotSupportedException. |
ToArray (Inherited from EnhancedStream) | Returns the byte array representation of the Stream data. |
ToString (Inherited from EnhancedStream) | Returns the string representation of the Stream data. |
Write | Overloaded. Overridden. Writes a sequence of bytes to the SymmetricCryptoStream.CoreStream and returns when the operation is complete. |
WriteByte (Inherited from System.IO.Stream) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. |
WriteTo (Inherited from EnhancedStream) | Overloaded. Writes all of the data contained in this Stream to a destination Stream. |
CreateWaitHandle (Inherited from System.IO.Stream) | Allocates a WaitHandle object. |
MemberwiseClone (Inherited from System.MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
SymmetricCryptoStream Class | Dart.PowerTCP.SslSockets Namespace
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.