Gets the mathing cryptoki path based on the ATR of the inserted smart card.
Namespace:
Cryptware.NDigitSign
Assembly:
NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetMatchingCryptokiPath As String |
C# |
---|
public static string GetMatchingCryptokiPath() |
Visual C++ |
---|
public:
static String^ GetMatchingCryptokiPath() |
JavaScript |
---|
Cryptware.NDigitSign.DigitalSigner.getMatchingCryptokiPath = function(); |
Return Value
The cryptoki path related to the ATR of the inserted smart card
Remarks
See Also