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

Syntax

C#
public void CmdProEncryption(
	int key,
	CryptAlgo algorithm
)
Visual Basic
Public Sub CmdProEncryption ( 
	key As Integer,
	algorithm As CryptAlgo
)
Visual C++
public:
void CmdProEncryption(
	int key, 
	CryptAlgo algorithm
)
F#
member CmdProEncryption : 
        key : int * 
        algorithm : CryptAlgo -> unit 

Parameters

key
Type: System..::..Int32

[Missing <param name="key"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdProEncryption(System.Int32,BasicCard.BasicCards.CryptAlgo)"]

algorithm
Type: BasicCard.BasicCards..::..CryptAlgo

[Missing <param name="algorithm"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdProEncryption(System.Int32,BasicCard.BasicCards.CryptAlgo)"]

See Also