Dart.PowerTCP.SslSockets Namespace > CertificateStore Class : Location Property |
The location where the certificate store resides.
[Visual Basic]
Public ReadOnly Property Location As CertificateStoreLocation
[C#]
public CertificateStoreLocation Location {get;}
[C++]
public: __property CertificateStoreLocation get_Location();
[C++/CLI]
public:
property CertificateStoreLocation Location {
CertificateStoreLocation get();
}
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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CertificateStore Class | CertificateStore Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.