Name

Pkg::CallbackAcceptVerificationFailed — Register callback function

Synopsis

void CallbackAcceptVerificationFailed ( string args );
 

Parameters

string args

Name of the callback handler function. Required callback prototype is boolean(string filename, string keyid, string keyname). The callback function should ask user whether the unsigned file can be accepted, returned true value means to accept the file.

Return

void