PowerTCP Mail for .NET
Name Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > CertificateStore Class : Name Property




The name of this certificate store.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As CertificateStore
Dim value As String
 
value = instance.Name
C# 
public string Name {get;}
Managed Extensions for C++ 
public: __property string* get_Name();
C++/CLI 
public:
property String^ Name {
   String^ get();
}

Property Value

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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.