Class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject
Assembly: IronPdf.dll
Syntax
public abstract class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1TaggedObjectParser, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(Boolean, Int32, <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable)
Declaration
protected <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(bool explicitly, int tagNo, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Encodable obj)
Parameters
<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(Int32, <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable)
Declaration
protected <11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject(int tagNo, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Encodable obj)
Parameters
Properties
TagNo
Declaration
public int TagNo { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
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
GetInstance(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject, Boolean)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1TaggedObject 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 > Asn1TaggedObject GetInstance(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
GetObject()
Declaration
public < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object GetObject()
Returns
GetObjectParser(Int32, Boolean)
Declaration
public < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible GetObjectParser(int tag, bool isExplicit)
Parameters
| Type |
Name |
Description |
| System.Int32 |
tag |
|
| System.Boolean |
isExplicit |
|
Returns
IsEmpty()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
IsExplicit()
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Implements