Asn1RelativeOid(String) Constructor

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

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.3.0+5c47da1850320381293fe03930b30c8078b8bf98
C#
public Asn1RelativeOid(
	string relativeOid
)

Parameters

relativeOid  String
String that represents relative object identifier value. This parameter accepts relative OIDs with or without leading dot, e.g. '5', '.5', '5.10', '.5.10'.

Remarks

Maximum relative object identifier string is 8kb.

Exceptions

ArgumentNullExceptionrelativeOid parameter is null.
OverflowExceptionThe string is too large.

See Also