Asn1ObjectIdentifier¶
Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1
Defines an ASN.1 object identifier.
Inheritance Object → Asn1Object → Asn1ObjectIdentifier
Implements
Properties¶
FriendlyName¶
Gets the friendly name of the object identifier.
Property Value
String
The friendly name of the identifier.
Remarks
The list of friendly names for object identifiers is obtained from here:
https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.cfg
Tag¶
Gets the object tag.
Property Value
Asn1Tag
A Asn1Tag enum member specifying the type of the object.
Value¶
Gets the object dentifier in string format.
Property Value
String
The object identifier as a string
Methods¶
ToString()¶
Gets the string representation of this object.
Returns
String
This object as string.