Encrypt the command if required

Namespace: BasicCard.ProcessorCards
Assembly: 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: CommandApdu
encrypted apdu

Exceptions

ExceptionCondition
BasicCard..::..CommsExceptionThrows CommsException

See Also