See Also

CertificateStore Class  | CertificateStore Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

Name Property

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();
[C++/CLI]
public: property String^ Name {    String^ get(); }

Return Type

A string value identifying the name of the certificate store.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CertificateStore Class  | CertificateStore Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.