CRYPT_PROVIDER_REFS structure (bcrypt.h)

The CRYPT_PROVIDER_REFS structure contains a collection of provider references.

Syntax

typedef struct _CRYPT_PROVIDER_REFS {
  ULONG               cProviders;
  PCRYPT_PROVIDER_REF *rgpProviders;
} CRYPT_PROVIDER_REFS, *PCRYPT_PROVIDER_REFS;

Members

cProviders

The number of elements in the rgpProviders array.

rgpProviders

An array of CRYPT_PROVIDER_REF structure pointers that contain the provider references. The cProviders 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

BCryptResolveProviders