|
|
|
|
Location:
x509certext.h
Link against: x509.lib
class CX509GeneralSubtree : public CBase;
Provides access to the general name and the min/max lengths of the subtree.
CBase - Base class for all classes to be instantiated on the heap
CX509GeneralSubtree - Provides access to the general name and the min/max lengths of the subtree
Defined in CX509GeneralSubtree:
MaxDistance(), MinDistance(), Name()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C const CX509GeneralName &Name() const;
Gets the general name.
|
IMPORT_C TInt MinDistance() const;
Gets the minimum distance of the CX509GeneralSubtree object.
|
IMPORT_C TInt MaxDistance() const;
Gets the maximum distance of the CX509GeneralSubtree object.
|