次の方法で共有


CERT_ACCESS_DESCRIPTION (Windows CE 5.0)

Send Feedback

This structure is a member of a CERT_AUTHORITY_INFO_ACCESS structure. It contains one instance of information on how to access certification authority (CA) information and services for the issuer of the certificate in which the CERT_AUTHORITY_INFO_ACCESS extension appears. Information and services can include online validation services and CA policy data.

typedef struct _CERT_ACCESS_DESCRIPTION {LPSTRpszAccessMethod;CERT_ALT_NAME_ENTRYAccessLocation;} CERT_ACCESS_DESCRIPTION, *PCERT_ACCESS_DESCRIPTION;

Members

  • pszAccessMethod
    Object identifier (OID) for the method of access. The following PKIX Access Method OIDs are currently defined:

    • szOID_PKIX_OCSP
    • szOID_PKIX_CA_ISSUERS
  • AccessLocation
    CERT_ALT_NAME_ENTRY structure that describes the online status server and the access protocol to obtain current certificate status information for the certificate containing the extension.

    For the szOID_PKIX_OCSP access method, AccessLocation describes the online status server and the access protocol needed to obtain status information about the certificate containing this extension.

    For the szOID_PKIX_CA_ISSUERS access method, AccessLocation obtains information on the CAs that issued certificates superior to the CA that issued the certificate containing this extension. The CA issuer's description is intended to aid certificate users in the selection of a certification path that terminates at a point trusted by the certificate user.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

CERT_ALT_NAME_ENTRY | CERT_AUTHORITY_INFO_ACCESS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.