Class <11d4c772-3579-4f93-ac46-b452e4461737>DerObjectIdentifier
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>DerObjectIdentifier
Assembly: IronPdf.dll
Syntax
public class <11d4c772-3579-4f93-ac46-b452e4461737>DerObjectIdentifier : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>DerObjectIdentifier(String)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerObjectIdentifier(string identifier)
Parameters
| Type |
Name |
Description |
| System.String |
identifier |
|
Properties
Id
Declaration
public string Id { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)
Declaration
protected override bool Asn1Equals( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object asn1Object)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Asn1GetHashCode()
Declaration
protected override int Asn1GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
Branch(String)
Declaration
public virtual < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerObjectIdentifier Branch(string branchID)
Parameters
| Type |
Name |
Description |
| System.String |
branchID |
|
Returns
FromContents(Byte[])
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerObjectIdentifier FromContents(byte[] contents)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
contents |
|
Returns
GetInstance(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject, Boolean)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerObjectIdentifier GetInstance( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1TaggedObject obj, bool explicitly)
Parameters
Returns
GetInstance(Object)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerObjectIdentifier GetInstance(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
On(<11d4c772-3579-4f93-ac46-b452e4461737>DerObjectIdentifier)
Declaration
public virtual bool On( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerObjectIdentifier stem)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Implements