Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
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
- password
- Type: System..::..String