IEnroll::get_CAStoreNameWStr method (xenroll.h)

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

The CAStoreNameWStr property sets or retrieves the name of the store where all non-"ROOT" and non-"MY" certificates are kept.

The default value for this property is "CA". This property was first defined in the IEnroll interface.

This property is read/write.

Syntax

HRESULT get_CAStoreNameWStr(
  LPWSTR *szwName
);

Parameters

szwName

Return value

None

Remarks

The CAStoreNameWStr 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