Reads the PFX from a file.
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ReadPFX ( _
filePath As String, _
password As String _
) As X509Certificate2 |
C# |
---|
public static X509Certificate2 ReadPFX(
string filePath,
string password
) |
Visual C++ |
---|
public:
static X509Certificate2^ ReadPFX(
String^ filePath,
String^ password
) |
JavaScript |
---|
Cryptware.NCryptoki.Utils.readPFX = function(filePath, password); |
Parameters
- filePath
- Type: System..::..String
The file path.
- password
- Type: System..::..String
The password.
Return Value
See Also