Asn1BuilderAddDerData(Byte, Byte) Method

Adds pure raw data (untagged) that is then encoded using specified tag.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public Asn1Builder AddDerData(
	byte[] value,
	byte outerTag
)

Parameters

value  Byte
Value to encode.
outerTag  Byte
Tag number to encode the data with.

Return Value

Asn1Builder
Current instance with added value.

Exceptions

ArgumentNullExceptionvalue parameter is null.

See Also