Home > Language Reference > Classes > StreamCipher
Source Property
Source stream.
Syntax
Public Property Get Source() As Stream
Public Property Set Source(ByRef objSource As Stream)
| Parameter | Description |
| objSource | New source stream. |
Remarks
The Source property refers to the source stream from which encrypted data are read before they are decoded and to which newly encoded data are written. It must be affected a valid reference to any data stream. This can include another StreamCipher object. If the Read or Write method of an unbound StreamCipher object, a runtime error is raised.
This property can be affected a new value at any moment. If an encoding/decoding scheme is already initialized, it is reset; in such a case, any pending data are lost.
You can refer to most pages related to the StreamCipher object for numerous examples of using this property.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |