The Vb type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Vb()()()() |
Standard constructor. Initializes values to null.
| |
| Vb(String) |
Construct Vb with the oid value and value.
| |
| Vb(Oid) |
Construct Vb with the supplied OID and Null value
| |
| Vb(Vb) |
Copy constructor. Initialize class with cloned values from second class.
| |
| Vb(Oid, AsnType) |
Construct Vb with the OID and value
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clone Vb object
(Overrides AsnType..::..Clone()()()().) | |
| decode | Decode BER encoded variable binding.
(Overrides AsnType..::..decode(array<Byte>[]()[][], Int32).) | |
| encode | BER encode the variable binding
(Overrides AsnType..::..encode(MutableByte).) | |
| Equals | (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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetValue |
Reset Vb value to Null
| |
| Set |
SET class value from supplied Vb class
| |
| ToString |
Return printable string in the format oid: value
(Overrides Object..::..ToString()()()().) |
Fields
Properties
| Name | Description | |
|---|---|---|
| Oid |
Get/SET OID of the Vb
| |
| Type |
Get ASN.1 value type stored in this class.
(Inherited from AsnType.) | |
| Value |
SET/Get AsnType value of the Vb
|