/// Web API `command` parameter.
pubstructCommand;implCommand{/// Encrypt a string or raw bytes (`encrypt`).
pubconstENCRYPT:&'staticstr="encrypt";/// Activation code limits and demo vs full mode (`is_demo`).
pubconstIS_DEMO:&'staticstr="is_demo";/// Engine version and supported languages (`info`).
pubconstINFO:&'staticstr="info";}