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




The location where the certificate store resides.

Syntax

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.

Remarks

Certificate stores are uniquely identified by two pieces of information found in the registry: location and name.

This property defaults to CertificateStoreLocation.CurrentUser.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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