Call BasicCard EXTERNAL AUTHENTICATE command.

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

Syntax

C#
protected virtual void CmdExternalAuthenticate(
	int keyCID,
	CryptAlgo algorithm,
	byte[] response
)
Visual Basic
Protected Overridable Sub CmdExternalAuthenticate ( 
	keyCID As Integer,
	algorithm As CryptAlgo,
	response As Byte()
)
Visual C++
protected:
virtual void CmdExternalAuthenticate(
	int keyCID, 
	CryptAlgo algorithm, 
	array<unsigned char>^ response
)
F#
abstract CmdExternalAuthenticate : 
        keyCID : int * 
        algorithm : CryptAlgo * 
        response : byte[] -> unit 
override CmdExternalAuthenticate : 
        keyCID : int * 
        algorithm : CryptAlgo * 
        response : byte[] -> unit 

Parameters

keyCID
Type: System..::..Int32
CID of key component
algorithm
Type: BasicCard.BasicCards..::..CryptAlgo
algorithm id
response
Type: array<System..::..Byte>[]()[][]
response to challenge

See Also