Asn1ObjectIdentifier(Asn1Reader) Constructor

Initializes a new instance of the Asn1ObjectIdentifier class from an existing Asn1Reader class instance.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public Asn1ObjectIdentifier(
	Asn1Reader asn
)

Parameters

asn  Asn1Reader
Asn1Reader object in the position that represents object identifier.

Exceptions

Asn1InvalidTagException The current state of ASN1 object is not object identifier.

See Also