Call BasicCard START ENCRYPTION command for MultiApplication BasicCard MAC.

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

Syntax

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

Parameters

keyCID
Type: System..::..Int32
CID of key component
algorithm
Type: BasicCard.BasicCards..::..CryptAlgo
encryption algorithm

See Also