Skip to content

Asn1ObjectIdentifier

Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1

Defines an ASN.1 object identifier.

public class Asn1ObjectIdentifier : Asn1Object

Inheritance ObjectAsn1ObjectAsn1ObjectIdentifier
Implements

Properties

FriendlyName

Gets the friendly name of the object identifier.

public string FriendlyName { get; }

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.

public Asn1Tag Tag { get; }

Property Value

Asn1Tag
A Asn1Tag enum member specifying the type of the object.


Value

Gets the object dentifier in string format.

public string Value { get; }

Property Value

String
The object identifier as a string


Methods

ToString()

Gets the string representation of this object.

public string ToString()

Returns

String
This object as string.