Namespace: BasicCard.BasicCardsAssembly: 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
AbstractBasicCardService..::..CmdProEncryption(Int32, CryptAlgo)