TValidationStatus Class Reference

#include <x509certchain.h>

Link against: x509.lib

class TValidationStatus
Public Attributes
TInt iCert
TValidationError iReason
Public Member Functions
TValidationStatus(const TValidationError, const TInt)

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.

Since
v6.0

Member Attribute Documentation

iCert

TInt iCert

The index number identifying the certificate that gave rise to the error.

iReason

The reason for the error.

Constructor & Destructor Documentation

TValidationStatus ( const TValidationError, const TInt )

IMPORT_CTValidationStatus(const TValidationErroraError,
const TIntaCert
)

Creates a validation status object.

Parameters
aErrorThe error type that occurred when validating the certificate chain.
aCertThe index number identifying the certificate that gave rise to the error.