Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |