Class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1OctetString
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>Asn1OctetString
Assembly: IronPdf.dll
Syntax
public abstract class <11d4c772-3579-4f93-ac46-b452e4461737>Asn1OctetString : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Object, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1OctetStringParser, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible
Properties
Parser
Declaration
public < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1OctetStringParser Parser { get; }
Property Value
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 > Asn1OctetString GetInstance( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1TaggedObject obj, bool isExplicit)
Parameters
Returns
GetInstance(Object)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1OctetString GetInstance(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
GetOctets()
Declaration
public virtual byte[] GetOctets()
Returns
| Type |
Description |
| System.Byte[] |
|
GetOctetStream()
Declaration
public Stream GetOctetStream()
Returns
| Type |
Description |
| System.IO.Stream |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Implements