Skip to content

Asn1BitString

Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1

Defines an ASN.1 bit string object.

public class Asn1BitString : Asn1Object

Inheritance ObjectAsn1ObjectAsn1BitString
Implements

Properties

Tag

Gets the object tag.

public Asn1Tag Tag { get; }

Property Value

Asn1Tag
A Asn1Tag enum member specifying the type of the object.


Value

Gets the binary value associated with this object.

public Byte[] Value { get; }

Property Value

Byte[]
A byte array representing the bit string.

Remarks

The first value in the array is the number of padding bits.


Methods

ToString()

Gets the string representation of this object.

public string ToString()

Returns

String
This object as string.