Asn1Sequence¶
Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1
Defines an ASN.1 SEQUENCE object.
Inheritance Object → Asn1Object → Asn1Sequence
Implements
Properties¶
Count¶
Gets the number of the items in the sequence.
Property Value
IsReadOnly¶
Gets a flag indicating whether the sequence is read-only.
Property Value
Item¶
Property Value
Tag¶
Gets the object tag.
Property Value
Asn1Tag
A Asn1Tag enum member specifying the type of the object.
Methods¶
Add(Asn1Object)¶
Parameters
item Asn1Object
Clear()¶
Contains(Asn1Object)¶
Parameters
item Asn1Object
Returns
CopyTo(Asn1Object[], Int32)¶
Parameters
array Asn1Object[]
arrayIndex Int32
GetEnumerator()¶
Returns
IndexOf(Asn1Object)¶
Parameters
item Asn1Object
Returns
Insert(Int32, Asn1Object)¶
Parameters
index Int32
item Asn1Object
Remove(Asn1Object)¶
Parameters
item Asn1Object
Returns
RemoveAt(Int32)¶
Parameters
index Int32