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
)
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
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CertificateStore Class | CertificateStore Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.