Call BasicCard SECURE TRANSPORT (start session) command.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void CmdSecureTransportStartSession(
int keyCID,
CryptAlgo algorithm,
byte[] nonce
) |
Visual Basic |
---|
Protected Overridable Sub CmdSecureTransportStartSession (
keyCID As Integer,
algorithm As CryptAlgo,
nonce As Byte()
) |
Visual C++ |
---|
protected:
virtual void CmdSecureTransportStartSession(
int keyCID,
CryptAlgo algorithm,
array<unsigned char>^ nonce
) |
F# |
---|
abstract CmdSecureTransportStartSession :
keyCID : int *
algorithm : CryptAlgo *
nonce : byte[] -> unit
override CmdSecureTransportStartSession :
keyCID : int *
algorithm : CryptAlgo *
nonce : byte[] -> unit |
Parameters
- keyCID
- Type: System..::..Int32
CID of key
- algorithm
- Type: BasicCard.BasicCards..::..CryptAlgo
id of algorithm
- nonce
- Type: array<System..::..Byte>[]()[][]
nonce
See Also