Name | Description | |
---|---|---|
![]() | ObjectIdentifier Constructor | Overloaded. Initializes a new instance of the ObjectIdentifier class using the specified object. |
Name | Description | |
---|---|---|
![]() | Value | Returns a string representation of the oid's integer components in dot separated notation. |
Name | Description | |
---|---|---|
![]() ![]() | Parse | Creates an Oid object from its ASN.1 DER encoding. This refers to the full encoding including tag and length. The structure and encoding of Oids is defined in ISOIEC-8824 and ISOIEC-8825. |
![]() | ToArray | Overloaded. Returns the full ASN.1 DER encoding for this oid object, which includes the tag and length. |
![]() | ToString | Overridden. Returns a string representation of the oid's integer components in dot separated notation. |
Name | Description | |
---|---|---|
![]() | Implicit Type Conversion | Converts a String OID to an ObjectIdentifier. |