Dart.PowerTCP.SslSockets Namespace > CertificateStore Class : Name Property (CertificateStore) |
The name of this certificate store.
[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
public: __property string* get_Name();
A string value identifying the name of the certificate store.
Certificate stores are uniquely identified by two pieces of information found in the registry: location and name. Some common names are:
Name | Description |
---|---|
"MY" | Personal certificates. |
"CA" | Certifying authority certificates. |
"ROOT" | Trusted root certification authorities certificates. |
"SPC" | Software publisher certificates. |
This property defaults to CertificateStoreLocation.My.
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.