IEnroll::put_ProviderNameWStr method (xenroll.h)

[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]

The ProviderNameWStr property sets or retrieves the name of the cryptographic service provider (CSP) to use.

If the CSP has not been specified, the default value for this property is "Microsoft Base Cryptographic Provider", and the ProviderNameWStr property is set to an empty string. This property was first defined in the IEnroll interface.

This property is read/write.

Syntax

HRESULT put_ProviderNameWStr(
  LPWSTR szwProvider
);

Parameters

szwProvider

Return value

None

Remarks

The ProviderNameWStr property affects the behavior of the following methods:

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header xenroll.h
Library Uuid.lib
DLL Xenroll.dll

See also

IEnroll