CRYPT_CONTEXTS structure (bcrypt.h)

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

See also

BCryptEnumContexts