#include <wtlscertchain.h>
Link against: wtlscert.lib
class TWTLSValidationStatus |
Public Attributes | |
---|---|
TInt | iCert |
TValidationError | iReason |
Public Member Functions | |
---|---|
TWTLSValidationStatus(const TValidationError, const TInt) |
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.
IMPORT_C | TWTLSValidationStatus | ( | const TValidationError | aError, |
const TInt | aCert | |||
) |
Creates a validation status object.
Parameters | |
---|---|
aError | The error type that occurred when validating the certificate chain. |
aCert | The index number for the certificate that gave rise to the error. |