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