Call BasicCard START ENCRYPTION command for Professional BasicCard (lenR=8). Use CmdStartEncryption(Int32, CryptAlgo) if lenR=4 should be used.

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

Syntax

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

Parameters

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

See Also