Asn1ObjectIdentifier(Byte) Constructor
Initializes a new instance of the Asn1ObjectIdentifier class from a byte array
that represents encoded object identifier.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1ObjectIdentifier(
byte[] rawData
)
Public Sub New (
rawData As Byte()
)
public:
Asn1ObjectIdentifier(
array<unsigned char>^ rawData
)
new :
rawData : byte[] -> Asn1ObjectIdentifier
Parameters
- rawData Byte
- Byte array that represents encoded object identifier.