Decrypt the response if required
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
ResponseApdu DecryptResponse(
ResponseApdu apdu
) |
Visual Basic |
---|
Function DecryptResponse (
apdu As ResponseApdu
) As ResponseApdu |
Visual C++ |
---|
ResponseApdu^ DecryptResponse(
ResponseApdu^ apdu
) |
F# |
---|
abstract DecryptResponse :
apdu : ResponseApdu -> ResponseApdu
|
Parameters
- apdu
- Type: BasicCard.ProcessorCards..::..ResponseApdu
apdu to decrypt
Return Value
Type:
ResponseApdudecrypted apdu
Exceptions
See Also