Asn1ObjectIdentifier(String) Constructor
Initializes a new instance of the Asn1ObjectIdentifier class from a string
that represents object identifier value.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1ObjectIdentifier(
string oid
)
Public Sub New (
oid As String
)
public:
Asn1ObjectIdentifier(
String^ oid
)
new :
oid : string -> Asn1ObjectIdentifier
Parameters
- oid String
- String represents object identifier value.
Maximum object identifier string is 8kb.