Asn1ObjectIdentifier(String) Constructor

Initializes a new instance of the Asn1ObjectIdentifier class from a string that represents object identifier value.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public Asn1ObjectIdentifier(
	string oid
)

Parameters

oid  String
String represents object identifier value.

Remarks

Maximum object identifier string is 8kb.

Exceptions

InvalidDataExceptionThe string is not valid object identifier.
OverflowExceptionThe string is too large.

See Also