TS_VFY_DATA

Verify the message imprint computed by the verify method from the user provided data and the MD algorithm of the response. This flag should not be specified with TS_VFY_IMPRINT.

extern (C) nothrow @nogc
enum TS_VFY_DATA = 1u << 4;

Meta