| 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.
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
Target Platforms: Microsoft .NET Framework 2.0