Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |