IEnroll::put_RootStoreNameWStr method (xenroll.h)

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

The RootStoreNameWStr property sets or retrieves the name of the root store where all intrinsically trusted, self-signed root certificates are kept.

The default value for this property is "ROOT". Because of the level of trust associated with the root store, the user may be prompted (by means of the user interface) to accept the certificate. Although this property need not be changed for many applications, to avoid the user interface associated with trusting root certificates, a possibility is to set RootStoreNameWStr to "CA".

This property was first defined in the IEnroll interface.

This property is read/write.

Syntax

HRESULT put_RootStoreNameWStr(
  LPWSTR szwName
);

Parameters

szwName

Return value

None

Remarks

RootStoreNameWStr 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