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
See Also