Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <wtlscertchain.h>
Link against: wtlscert.lib

Class TWTLSValidationStatus

class TWTLSValidationStatus;

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 TWTLSValidationStatus:


Construction and destruction


TWTLSValidationStatus(const TValidationError,const TInt)

IMPORT_C TWTLSValidationStatus(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 for 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 for the certificate that gave rise to the error.