BCRYPT_PROVIDER_NAME structure (bcrypt.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | bcrypt.h |