Asn1ObjectIdentifier Constructor

Overload List

Asn1ObjectIdentifier(Asn1Reader) Initializes a new instance of the Asn1ObjectIdentifier class from an existing Asn1Reader class instance.
Asn1ObjectIdentifier(Byte) Initializes a new instance of the Asn1ObjectIdentifier class from a byte array that represents encoded object identifier.
Asn1ObjectIdentifier(Oid) Initializes a new instance of the Asn1ObjectIdentifier class from an OID object.
Asn1ObjectIdentifier(String) Initializes a new instance of the Asn1ObjectIdentifier class from a string that represents object identifier value.

See Also