Call BasicCard START ENCRYPTION command for MultiApplication BasicCard.

Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
protected virtual void CmdSMEncryption(
	int keyCID,
	CryptAlgo algorithm,
	int lenR
)
Visual Basic
Protected Overridable Sub CmdSMEncryption ( 
	keyCID As Integer,
	algorithm As CryptAlgo,
	lenR As Integer
)
Visual C++
protected:
virtual void CmdSMEncryption(
	int keyCID, 
	CryptAlgo algorithm, 
	int lenR
)
F#
abstract CmdSMEncryption : 
        keyCID : int * 
        algorithm : CryptAlgo * 
        lenR : int -> unit 
override CmdSMEncryption : 
        keyCID : int * 
        algorithm : CryptAlgo * 
        lenR : int -> unit 

Parameters

keyCID
Type: System..::..Int32
CID of key component
algorithm
Type: BasicCard.BasicCards..::..CryptAlgo
encryption algorithm
lenR
Type: System..::..Int32
length of random RA send to card

See Also