Location:
x509certext.h
Link against: x509.lib
class CX509AccessDescription : public CBase;
This class provides the access method OID and access location as used by X.509 private internet extensions (authority information access).
CBase
- Base class for all classes to be instantiated on the heap
CX509AccessDescription
- This class provides the access method OID and access location as used by X.509 private internet extensions (authority information
access)
Defined in CX509AccessDescription
:
Location()
, Method()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
IMPORT_C TPtrC Method() const;
Gets the Access Method OID.
|
IMPORT_C const CX509GeneralName &Location() const;
Gets the Access Location field which specifies the location where the additional information of the CA can be obtained.
|