Asn1ObjectIdentifier(Byte) Constructor

Initializes a new instance of the Asn1ObjectIdentifier class from a byte array that represents encoded object identifier.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public Asn1ObjectIdentifier(
	byte[] rawData
)

Parameters

rawData  Byte
Byte array that represents encoded object identifier.

See Also