Class <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString
Inheritance
System.Object
<11d4c772-3579-4f93-ac46-b452e4461737>DerBitString
Assembly: IronPdf.dll
Syntax
public class <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString : < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerStringBase, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1Convertible, < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > IAsn1String
Constructors
<11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1Encodable)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString( < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > Asn1Encodable obj)
Parameters
<11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(Byte, Int32)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(byte data, int padBits)
Parameters
| Type |
Name |
Description |
| System.Byte |
data |
|
| System.Int32 |
padBits |
|
<11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(Byte[])
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(byte[] data)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
<11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(Byte[], Int32)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(byte[] data, int padBits)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
| System.Int32 |
padBits |
|
<11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(Int32)
Declaration
public <11d4c772-3579-4f93-ac46-b452e4461737>DerBitString(int namedBits)
Parameters
| Type |
Name |
Description |
| System.Int32 |
namedBits |
|
Properties
IntValue
Declaration
public virtual int IntValue { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
PadBits
Declaration
public virtual int PadBits { 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
GetBytes()
Declaration
public virtual byte[] GetBytes()
Returns
| Type |
Description |
| System.Byte[] |
|
GetInstance(<11d4c772-3579-4f93-ac46-b452e4461737>Asn1TaggedObject, Boolean)
Declaration
public static < 11d 4 c772 - 3579 - 4f 93 - ac46 - b452e4461737 > DerBitString 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 > DerBitString GetInstance(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
GetOctets()
Declaration
public virtual byte[] GetOctets()
Returns
| Type |
Description |
| System.Byte[] |
|
GetString()
Declaration
public override string GetString()
Returns
| Type |
Description |
| System.String |
|
Overrides
Implements