Encrypt the command if required
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
CommandApdu EncryptCommand(
CommandApdu apdu
) |
Visual Basic |
---|
Function EncryptCommand (
apdu As CommandApdu
) As CommandApdu |
Visual C++ |
---|
CommandApdu^ EncryptCommand(
CommandApdu^ apdu
) |
F# |
---|
abstract EncryptCommand :
apdu : CommandApdu -> CommandApdu
|
Parameters
- apdu
- Type: BasicCard.ProcessorCards..::..CommandApdu
apdu to encrypt
Return Value
Type:
CommandApduencrypted apdu
Exceptions
See Also