Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <x509certchain.h>
Link against: x509.lib

Class TValidationStatus

class TValidationStatus;

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.

Members

Defined in TValidationStatus:


Construction and destruction


TValidationStatus(const TValidationError,const TInt)

IMPORT_C TValidationStatus(const TValidationError aError, const TInt aCert);

Description

Creates a validation status object.

Parameters

const TValidationError aError

The error type that occurred when validating the certificate chain.

const TInt aCert

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

[Top]


Member data


iReason

TValidationError iReason;

Description

The reason for the error.


iCert

TInt iCert;

Description

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