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 ProviderName property specifies or retrieves the name of the cryptographic provider. This property is web enabled for both input and output.
This property is read/write.
Syntax
HRESULT put_ProviderName(
BSTR Value
);
Parameters
Value
Return value
None
Remarks
Setting this property automatically sets the following properties to be consistent with the specified ProviderName value:
These properties are set in the following manner:- The provider configuration data is used, if available, to determine the appropriate ProviderType value.
- If the specified provider is a CNG KSP:
- If the specified provider is not a CNG KSP:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | certenroll.h |
DLL | CertEnroll.dll |