Asn1ReaderGetRawData Method

Gets a copy of internal ASN.1 stream. The size of the stream is equals to Length member value.

Definition

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

Return Value

Byte
A full binary copy of the internal byte stream.

See Also