CRYPT_ATTRIBUTE

This structure specifies an attribute having one or more values.

typedef struct _CRYPT_ATTRIBUTE {
LPSTR pszObjId;
DWORD cValue;
PCRYPT_ATTR_BLOB rgValue;
} CRYPT_ATTRIBUTE,  *PCRYPT_ATTRIBUTE;

Members

  • pszObjId
    Object identifier (OID) specifying the type of data contained in the rgValue array.
  • cValue
    Number of elements in the rgValue array.
  • rgValue
    Array of pointers to BLOB structures. The cbData member of the BLOB structure indicates the length of the pbData member. The pbData contains the attribute information.

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

CertFindAttribute, BLOB, CERT_REQUEST_INFO

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.