IEnroll::get_RequestStoreNameWStr method (xenroll.h)
[This property is no longer available for use as of Windows Server 2008 and Windows Vista.]
The RequestStoreNameWStr property sets or retrieves the name of the store that contains the dummy certificate. This dummy certificate, along with the added private keys, remains in the request store until a certification authority processes the request and responds with a PKCS #7.
The default value for this property is "REQUEST". If the default is not to be used, this property must be set to the store to be used before calls to createPKCS10WStr/createFilePKCS10WStr and again before calls to acceptPKCS7Blob/acceptFilePKCS7WStr.
This property was first defined in the IEnroll interface.
This property is read/write.
Syntax
HRESULT get_RequestStoreNameWStr(
LPWSTR *szwName
);
Parameters
szwName
Return value
None
Remarks
Typically, modification of the RequestStoreNameWStr property is performed only in advanced applications. Changing this value is not recommended for most applications.
The RequestStoreNameWStr 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 |