The following tables list the members exposed by ObjectIdentifier.

Public Constructors

NameDescription
Public ConstructorsObjectIdentifier ConstructorOverloaded. Initializes a new instance of the ObjectIdentifier class using the specified object.
Top

Public Properties

NameDescription
Public PropertiesValueReturns a string representation of the oid's integer components in dot separated notation.
Top

Public Methods

NameDescription
Public MethodsStatic MemberParseCreates 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.
Public MethodsToArrayOverloaded. Returns the full ASN.1 DER encoding for this oid object, which includes the tag and length.
Public MethodsToStringOverridden. Returns a string representation of the oid's integer components in dot separated notation.
Top

Public Operators

NameDescription
Public OperatorsImplicit Type ConversionConverts a String OID to an ObjectIdentifier.
Top

See Also