| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Location As CertificateStoreLocation | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CertificateStore Dim value As CertificateStoreLocation value = instance.Location | |
| C# | |
|---|---|
public CertificateStoreLocation Location {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property CertificateStoreLocation get_Location(); | |
| C++/CLI | |
|---|---|
public: property CertificateStoreLocation Location { CertificateStoreLocation get(); } | |
Property Value
A CertificateStoreLocation value identifying the location of the certificate store.Certificate stores are uniquely identified by two pieces of information found in the registry: location and name.
This property defaults to CertificateStoreLocation.CurrentUser.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code