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