taggedData = uint32string "#" octetstringNote that the data portion of the value is represented as an OctetString, which may contain non-printable characters. No character escapement is used in the octetstring.
The following ASN.1 data type is used to represent this syntax when transferred in BER form (see 4.1):
taggedData ::= SEQUENCE { number uint32, data OCTET STRING }
Attributes of this syntax match for equality if the number (using IntegerMatch (2.5.13.14)) and the data matches exactly.