Class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object
Assembly: IronPdf.dll
Syntax
public abstract class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Encodable, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object()
Declaration
protected <11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object()
Methods
Asn1Equals(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Object)
Declaration
protected abstract bool Asn1Equals( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object asn1Object)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Asn1GetHashCode()
Declaration
protected abstract int Asn1GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
EncodeTo(Stream)
Declaration
public override void EncodeTo(Stream output)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
output |
|
Overrides
EncodeTo(Stream, String)
Declaration
public override void EncodeTo(Stream output, string encoding)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
output |
|
| System.String |
encoding |
|
Overrides
FromByteArray(Byte[])
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object FromByteArray(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
Returns
FromStream(Stream)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object FromStream(Stream inStr)
Parameters
| Type |
Name |
Description |
| System.IO.Stream |
inStr |
|
Returns
ToAsn1Object()
Declaration
public sealed override < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object ToAsn1Object()
Returns
Overrides
Implements