CRYPT_ATTRIBUTES structure (wincrypt.h)
[The CRYPT_ATTRIBUTES structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The CRYPT_ATTRIBUTES structure contains an array of attributes.
Syntax
typedef struct _CRYPT_ATTRIBUTES {
DWORD cAttr;
PCRYPT_ATTRIBUTE rgAttr;
} CRYPT_ATTRIBUTES, *PCRYPT_ATTRIBUTES;
Members
cAttr
Number of elements in the rgAttr array.
rgAttr
Array of CRYPT_ATTRIBUTE structures.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |