Store.Location property

[The Location property is available for use in the operating systems specified in the Requirements section. Instead, use the X509Store Class in the System.Security.Cryptography.X509Certificates namespace.]

The Location property retrieves the location of the certificate store that this object represents.

Syntax

Store.Location As CAPICOM_STORE_LOCATION

Property value

The CAPICOM_STORE_LOCATION value that represents the location of the certificate store.

Remarks

The value of the Location property is the same as the value supplied for the StoreLocation parameter of the Open method when the store was opened.

Requirements

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

See also

Store