Location:
x509certext.h
Link against: x509.lib
class CX509PolicyMapping : public CBase;
A set of policy mappings.
CBase
- Base class for all classes to be instantiated on the heap
CX509PolicyMapping
- A set of policy mappings
Defined in CX509PolicyMapping
:
IssuerPolicy()
, NewL()
, NewLC()
, SubjectPolicy()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
static IMPORT_C CX509PolicyMapping *NewL(const CX509PolicyMapping &aMapping);
Creates a new CX509PolicyMapping object copied from an existing one.
|
|
static IMPORT_C CX509PolicyMapping *NewLC(const CX509PolicyMapping &aMapping);
Creates a new CX509PolicyMapping object copied from an existing one, and puts a pointer to the object onto the cleanup stack.
|
|
IMPORT_C TPtrC IssuerPolicy() const;
Gets the issuer policy.
|
IMPORT_C TPtrC SubjectPolicy() const;
Gets the subject policy.
|