CRYPT_ATTRIBUTES structure
[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, CMSG_ATTR;
Members
- cAttr
-
Number of elements in the rgAttr array.
- rgAttr
-
Array of CRYPT_ATTRIBUTE structures.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Show: