Asn1ReaderGetPayload Method

Gets the byte array of the current structure's payload.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.3.0+5c47da1850320381293fe03930b30c8078b8bf98
C#
public byte[] GetPayload()

Return Value

Byte
Byte array of the current structure's payload

See Also