See Also

CertificateStore Class  | CertificateStore Members  | Overload List

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

location
The location of the certificate store.
name
The name of the certificate store.
See Also Languages PowerTCP SSL Sockets for .NET

CertificateStore Constructor(CertificateStoreLocation,CertificateStoreName)

Dart.PowerTCP.SslSockets Namespace > CertificateStore Class > CertificateStore Constructor : CertificateStore Constructor(CertificateStoreLocation,CertificateStoreName)

Creates a new CertificateStore object.

[Visual Basic]
Public Function New( _    ByVal location As CertificateStoreLocation, _    ByVal name As CertificateStoreName _ )
[C#]
public CertificateStore(    CertificateStoreLocation location,    CertificateStoreName name );
[C++]
public: CertificateStore(    CertificateStoreLocation location,    CertificateStoreName name )
[C++/CLI]
public: CertificateStore(    CertificateStoreLocation location,    CertificateStoreName name )

Parameters

location
The location of the certificate store.
name
The name of the certificate store.

Remarks

This constructor accesses the certificates located at the parameters specified by location and name.

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  | Overload List


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.