Asn1RelativeOid(String) Constructor
Initializes a new instance of the Asn1RelativeOid class from a string
that represents relative object identifier value.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.3.0+5c47da1850320381293fe03930b30c8078b8bf98
public Asn1RelativeOid(
string relativeOid
)
Public Sub New (
relativeOid As String
)
public:
Asn1RelativeOid(
String^ relativeOid
)
new :
relativeOid : string -> Asn1RelativeOid
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'.
Maximum relative object identifier string is 8kb.