BCRYPT_PROVIDER_NAME structure
The BCRYPT_PROVIDER_NAME structure contains the name of a CNG provider.
Syntax
typedef struct _BCRYPT_PROVIDER_NAME { LPWSTR pszProviderName; } BCRYPT_PROVIDER_NAME;
Members
- pszProviderName
-
A pointer to a null-terminated Unicode string that contains the name of the provider.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Show: