Call BasicCard START ENCRYPTION command for Compact or Enhanced BasicCard.

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

Syntax

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

Parameters

key
Type: System..::..Int32
key number
algorithm
Type: BasicCard.BasicCards..::..CryptAlgo
encryption algorithm

See Also