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

certFileName
The full filepath of a pfx file on disk.
password
If the pfx file is password protected, specifies the password to use to open the file.
See Also Languages PowerTCP SSL Sockets for .NET

CertificateStore Constructor(String,String)

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

Creates a new CertificateStore object, initializing it with a pfx file on disk.

[Visual Basic]
Public Function New( _    ByVal certFileName As String, _    ByVal password As String _ )
[C#]
public CertificateStore(    string certFileName,    string password );
[C++]
public: CertificateStore(    string* certFileName,    string* password )
[C++/CLI]
public: CertificateStore(    String^ certFileName,    String^ password )

Parameters

certFileName
The full filepath of a pfx file on disk.
password
If the pfx file is password protected, specifies the password to use to open the file.

Remarks

Use this method to load certificates contained in a digital certificate file (pfx file) into the CertificateStore. The desired certificate can then be chosen from the store

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.