IEnroll::get_RootStoreFlags method (xenroll.h)
[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]
The RootStoreFlags property sets or retrieves the registry location used for the root 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 get_RootStoreFlags(
LONG *pdwFlags
);
Parameters
pdwFlags
Return value
None
Remarks
The RootStoreFlags property value is passed to the CertOpenStore CryptoAPI function by using its dwFlags parameter.
The RootStoreFlags 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 |