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

Location Property

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(); }

Return Type

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

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.