The Opaque type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Append | Overloaded. | |
| Clone | Returns a duplicate of the current object. (Overrides OctetString..::.Clone()()().) | |
| decode |
Decode OctetString from the BER format.
(Inherited from OctetString.) | |
| encode | BER encode OctetString variable. (Inherited from OctetString.) | |
| Equals |
Compare against another object. Acceptable object types are OctetString and
String.
(Inherited from OctetString.) | |
| FieldGetter | (Inherited from Object.) | |
| FieldSetter | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFieldInfo | (Inherited from Object.) | |
| GetHashCode |
Dummy override to prevent compiler warning messages.
(Inherited from OctetString.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Reset |
Reset internal buffer to null.
(Inherited from OctetString.) | |
| Set | Overloaded. | |
| ToArray |
Convert the OctetString class to a byte array. Internal class data buffer is *copied* and not passed to the caller.
(Inherited from OctetString.) | |
| ToHexString |
Return string formatted hexadecimal representation of the objects value.
(Inherited from OctetString.) | |
| ToMACAddressString | Utility function to print a MAC address (binary string of 6 byte length. (Inherited from OctetString.) | |
| ToString | Return string representation of the OctetStrig object. If non-printable characters have been
found in the object, output is a hex representation of the string.
(Inherited from OctetString.) |