CRYPT_CONTEXT_FUNCTIONS structure (bcrypt.h)

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

See also

BCryptEnumContextFunctions