IEnroll::put_MyStoreFlags method (xenroll.h)

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

The MyStoreFlags property sets or retrieves the registry location used for the MY store.

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

This property is read/write.

Syntax

HRESULT put_MyStoreFlags(
  LONG dwFlags
);

Parameters

dwFlags

Return value

None

Remarks

The MyStoreFlags property value is passed to the CertOpenStore CryptoAPI function by using its dwFlags parameter.

The MyStoreFlags property should be set before using 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