The Vb type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Vb | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clone Vb object
(Overrides AsnType..::.Clone()()().) | |
| decode | Decode BER encoded variable binding.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).) | |
| encode | ASN.1 encode the variable binding
(Overrides AsnType..::.encode(MutableByte).) | |
| Equals | (Inherited from Object.) | |
| 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 |
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 |
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.) | |
| Value |
SET/Get AsnType value of the Vb
|