Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CWTLSValidationResult

class CWTLSValidationResult : public CBase;

Description

Encapsulates the results of the validation process.

It is returned to client code, which can examine it. Client code takes ownership of it.

Derivation

Members

Defined in CWTLSValidationResult:

Inherited from CBase:


Construction and destruction


NewLC()

IMPORT_C static CWTLSValidationResult* NewLC();

Description

Creates a new CWTLSValidationResult object and puts a pointer to it on the cleanup stack.

Return value

CWTLSValidationResult *

The new WTLS Validation Result object.


NewL()

IMPORT_C static CWTLSValidationResult* NewL();

Description

Creates a new CWTLSValidationResult object.

Return value

CWTLSValidationResult *

The new WTLS Validation Result object.


~CWTLSValidationResult()

IMPORT_C ~CWTLSValidationResult();

Description

Destructor.

Frees all resources owned by the object, prior to its destruction.

[Top]


Member functions


Error()const

IMPORT_C const TWTLSValidationStatus Error() const;

Description

Gets the error status of the operation.

Any errors here are considered fatal: validation has failed.

Return value

const TWTLSValidationStatus

The error status of the operation.


Warnings()const

IMPORT_C const CArrayFixFlat< TWTLSValidationStatus >& Warnings() const;

Description

Gets an array of any warnings generated.

The warnings may or may not be fatal, depending on the context, which the client is expected to provide.

Return value

const CArrayFixFlat< TWTLSValidationStatus > &

An array of any warnings generated.