CERT_NAME_INFO

This structure contains subject or issuer names. The information is represented as an array of CERT_RDN structures.

typedef struct _CERT_NAME_INFO {
DWORD cRDN;
PCERT_RDN rgRDN;
} CERT_NAME_INFO,  *PCERT_NAME_INFO;

Members

  • cRDN
    Number of elements in the rgRDN array.
  • rgRDN
    Array of pointers to CERT_RDN structures.

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

CryptDecodeObjectEx, CryptEncodeObjectEx, CERT_RDN

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.