Skip to content

Asn1Set

Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1

Defines an ASN.1 SET object.

public class Asn1Set : Asn1Sequence

Inheritance ObjectAsn1ObjectAsn1SequenceAsn1Set
Implements

Properties

Count

Gets the number of the items in the sequence.

public int Count { get; }

Property Value

Int32


IsReadOnly

Gets a flag indicating whether the sequence is read-only.

public bool IsReadOnly { get; }

Property Value

Boolean


Item

public Asn1Object Item { get; set; }

Property Value

Asn1Object


Tag

Gets the object tag.

public Asn1Tag Tag { get; }

Property Value

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