CTL_USAGE

This structure contains an array of object identifiers (OIDs) for certificate trust list (CTL) extensions. The CTL_USAGE structures are used in functions that search for CTLs for specific uses.

typedef struct _CTL_USAGE {
DWORD cUsageIdentifier;
LPSTR *rgpszUsageIdentifier;
} CTL_USAGE,  *PCTL_USAGE,  CERT_ENHKEY_USAGE,  *PCERT_ENHKEY_USAGE;

Members

  • cUsageIdentifier
    Number of elements in the rgpszUsageIdentifier array.
  • rgpszUsageIdentifier
    Array of object identifiers of CTL extensions.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 or later Wincrypt.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CertFindCertificateInStore, CertGetCertificateContextProperty, CryptDecodeObjectEx, CryptEncodeObjectEx

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.