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_CONTEXT_FUNCTIONS structure contains a set of cryptographic functions for a CNG configuration context.
Syntax
typedef struct _CRYPT_CONTEXT_FUNCTIONS {
ULONG cFunctions;
PWSTR *rgpszFunctions;
} CRYPT_CONTEXT_FUNCTIONS, *PCRYPT_CONTEXT_FUNCTIONS;
Members
cFunctions
The number of elements in the rgpszFunctions array.
rgpszFunctions
An array of pointers to null-terminated Unicode strings that contain the identifiers of the cryptographic functions contained in this set. The cFunctions 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 |