ICertStore::StoreLocation property

[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, and Windows XP.]

The StoreLocation property sets or retrieves the CAPICOM_STORE_LOCATION of a certificate store.

This property is read/write.

Syntax

CertStore.StoreLocation As CAPICOM_STORE_LOCATION

Property value

The location of the certificate store.

Error codes

If the property access methods put_StoreLocation and get_StoreLocation succeed, they return S_OK.

Any other HRESULT value indicates that the call failed.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

ICertStore