CTL_ENTRY structure (wincrypt.h)
The CTL_ENTRY structure is an element of a certificate trust list (CTL).
Syntax
typedef struct _CTL_ENTRY {
CRYPT_DATA_BLOB SubjectIdentifier;
DWORD cAttribute;
PCRYPT_ATTRIBUTE rgAttribute;
} CTL_ENTRY, *PCTL_ENTRY;
Members
SubjectIdentifier
BLOB containing a unique identifier of a subject. It can be a hash or any unique byte sequence.
cAttribute
Count of elements in the rgAttribute member array.
rgAttribute
Array of CRYPT_ATTRIBUTE structures, each holding information about the subject.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |