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.
filter
A KeyUsage value specifying what type of certificates to access.
See Also Languages PowerTCP SSL Sockets for .NET

CertificateStore Constructor(CertificateStoreLocation,String,KeyUsage)

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

Creates a new CertificateStore object.

[Visual Basic]
Public Function New( _    ByVal location As CertificateStoreLocation, _    ByVal name As String, _    ByVal filter As KeyUsage _ )
[C#]
public CertificateStore(    CertificateStoreLocation location,    string name,    KeyUsage filter );
[C++]
public: CertificateStore(    CertificateStoreLocation location,    string* name,    KeyUsage filter )
[C++/CLI]
public: CertificateStore(    CertificateStoreLocation location,    String^ name,    KeyUsage filter )

Parameters

location
The location of the certificate store.
name
The name of the certificate store.
filter
A KeyUsage value specifying what type of certificates to access.

Remarks

This constructor accesses the certificates located at the parameters specified by location and name, and only grabs the certificates which match the filter specified by filter.

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.