Start encryption for MultiApplication BasicCard with known key CID and
key value.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void SMEncryptionByCid(
int keyCID,
byte[] keyVal,
CryptAlgo algorithm
) |
Visual Basic |
---|
Protected Overridable Sub SMEncryptionByCid (
keyCID As Integer,
keyVal As Byte(),
algorithm As CryptAlgo
) |
Visual C++ |
---|
protected:
virtual void SMEncryptionByCid(
int keyCID,
array<unsigned char>^ keyVal,
CryptAlgo algorithm
) |
F# |
---|
abstract SMEncryptionByCid :
keyCID : int *
keyVal : byte[] *
algorithm : CryptAlgo -> unit
override SMEncryptionByCid :
keyCID : int *
keyVal : byte[] *
algorithm : CryptAlgo -> unit |
Parameters
- keyCID
- Type: System..::..Int32
CID of key component
- keyVal
- Type: array<System..::..Byte>[]()[][]
key value (bytes)
- algorithm
- Type: BasicCard.BasicCards..::..CryptAlgo
encryption algorithm
See Also