Asn1Tag.contextTag

Asn1Tag contextTag(ubyte number, bool constructed = false) pure nothrow @nogc @safe

Creates a context-specific tag with the given number.

Parameters

numberThe context tag number (0–30).
constructedWhether the value is constructed.

Returns

A context-specific Asn1Tag.