|
||
class TValidationStatus;
The validation status.
Some errors cannot be blamed on any single certificate, in which case the iCert value is meaningless. The same structure is used for errors and for warnings.
Defined in TValidationStatus
:
TValidationStatus(const TValidationError,const TInt)
Creates a validation status object.iCert
The index number identifying the certificate that gave rise to the error. iReason
The reason for the error. IMPORT_C TValidationStatus(const TValidationError aError, const TInt aCert);
Creates a validation status object.
|
TInt iCert;
The index number identifying the certificate that gave rise to the error.