Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <x509CertExt_v2.h>
Link against: x509.lib
This item is not part of the S60 5th Edition SDK

Class TX509PolicyConstraint

class TX509PolicyConstraint;

Description

Defines whether a policy constraint applies.

Objects of this type are used by the X.509 certificate extension that constrains the use of policies.

An object of this type encapsulates two pieces of information:

Enables a CA to constrain the use of policies in two ways: they can enforce the appearance of explicit certificate policies in subsequent certificates, and prevent policy mapping from being performed.

Members

Defined in TX509PolicyConstraint:


Member data


iRequired

TBool iRequired;

Description

The policy requirement.

This has the value ETrue, if the policy constraint applies; EFalse otherwise.


iCountdown

TInt iCountdown;

Description

The count down value.

Defines the number of certificates that can follow the current one before the policy constraint applies. This has no meaning if the policy constraint does not apply.