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