The Sequence type exposes the following members.

Constructors

  NameDescription
SequenceOverloaded.

Methods

  NameDescription
Clone
Clone sequence
(Overrides AsnType..::.Clone()()().)
decode
Decode sequence from the byte array. Returned offset value is advanced by the size of the sequence header.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode
BER encode sequence
(Overrides AsnType..::.encode(MutableByte).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FieldGetter (Inherited from Object.)
FieldSetter (Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetFieldInfo (Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Set
Set sequence data
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
_asnType
ASN.1 type byte.
(Inherited from AsnType.)
_data
data buffer

Properties

  NameDescription
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)
Value
Get sequence data

See Also