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

If no card is inserted or if no maching smart card is found a DigitalSignatureException is thrown with error ERROR_NO_MATCHING_ATR_FOUND.

See Also