Asn1ReaderMoveNext Method

Moves from the current type to the next type. If current type is container or constructed type (SEQUENCE, SEQUENCE OF, SET, SET OF, OCTET STRING or context-specific), MoveNext() method moves to the inner (wrapped) type which starts at the container's payload position.

If the current type is primitive type, MoveNext() method seeks over current type to the next type.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public bool MoveNext()

Return Value

Boolean
True if the current type is not the last in the data contained in RawData property and there are no inner (wrapped) types, otherwise False

See Also