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 CRYPT_CONTEXTS structure contains a set of CNG configuration context identifiers.
Syntax
typedef struct _CRYPT_CONTEXTS {
ULONG cContexts;
PWSTR *rgpszContexts;
} CRYPT_CONTEXTS, *PCRYPT_CONTEXTS;
Members
cContexts
Contains the number of elements in the rgpszContexts array.
rgpszContexts
An array of pointers to null-terminated Unicode strings that contain the identifiers of the contexts contained in this set. The cContext member contains the number of elements in this array.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | bcrypt.h |