Call BasicCard AUTHENTICATE FILE command.

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

Syntax

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

Parameters

keyCID
Type: System..::..Int32
CID of key used
signature
Type: array<System..::..Byte>[]()[][]
signature or MAC

See Also