TWTLSValidationStatus Class Reference
#include
<wtlscertchain.h>
Link against: wtlscert.lib
class TWTLSValidationStatus |
Detailed Description
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.
Member Attribute Documentation
iCert
The index number for the certificate that gave rise to the error.
iReason
The reason for the error.
Constructor & Destructor Documentation
TWTLSValidationStatus ( const TValidationError, const TInt )
Creates a validation status object.
Parameter | Description | aError | The error type that occurred when validating the certificate chain. |
aCert | The index number for the certificate that gave rise to the error. |