PowerTCP Mail for .NET
CertificateStore Constructor(String)
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > CertificateStore Class > CertificateStore Constructor : CertificateStore Constructor(String)




certFileName
The full filepath of a pfx file on disk.
Creates a new CertificateStore object, initializing it with a pfx file on disk.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal certFileName As String _
)
Visual Basic (Usage)Copy Code
Dim certFileName As String
 
Dim instance As New CertificateStore(certFileName)
C# 
public CertificateStore( 
   string certFileName
)
Managed Extensions for C++ 
public: CertificateStore( 
   string* certFileName
)
C++/CLI 
public:
CertificateStore( 
   String^ certFileName
)

Parameters

certFileName
The full filepath of a pfx file on disk.

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

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.