Gets the mathing cryptoki name based on the ATR of the inserted smart card.

Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetMatchingCryptokiName As String
C#
public static string GetMatchingCryptokiName()
Visual C++
public:
static String^ GetMatchingCryptokiName()
JavaScript
Cryptware.NDigitSign.DigitalSigner.getMatchingCryptokiName = function();

Return Value

The cryptoki name 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