|
Guardtime KSI c SDK
|
#include <policy.h>
Data Fields | |
| KSI_VerificationResultCode | resultCode |
| KSI_VerificationErrorCode | errorCode |
| const char * | ruleName |
| const char * | policyName |
| size_t | stepsPerformed |
| size_t | stepsSuccessful |
| size_t | stepsFailed |
| KSI_VerificationErrorCode KSI_RuleVerificationResult_st::errorCode |
Error code of the verification.
| const char* KSI_RuleVerificationResult_st::policyName |
Last performed policy name.
| KSI_VerificationResultCode KSI_RuleVerificationResult_st::resultCode |
The result of the verification.
| const char* KSI_RuleVerificationResult_st::ruleName |
Last perfomed rule name.
| size_t KSI_RuleVerificationResult_st::stepsFailed |
Bitmap of the failed steps performed.
| size_t KSI_RuleVerificationResult_st::stepsPerformed |
Bitmap of the verification steps performed.
| size_t KSI_RuleVerificationResult_st::stepsSuccessful |
Bitmap of the successful steps performed.
1.8.15