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

Syntax

C#
public byte[] CmdInternalAuthenticate(
	int keyCID,
	CryptAlgo algorithm,
	byte[] challenge
)
Visual Basic
Public Function CmdInternalAuthenticate ( 
	keyCID As Integer,
	algorithm As CryptAlgo,
	challenge As Byte()
) As Byte()
Visual C++
public:
array<unsigned char>^ CmdInternalAuthenticate(
	int keyCID, 
	CryptAlgo algorithm, 
	array<unsigned char>^ challenge
)
F#
member CmdInternalAuthenticate : 
        keyCID : int * 
        algorithm : CryptAlgo * 
        challenge : byte[] -> byte[] 

Parameters

keyCID
Type: System..::..Int32

[Missing <param name="keyCID"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdInternalAuthenticate(System.Int32,BasicCard.BasicCards.CryptAlgo,System.Byte[])"]

algorithm
Type: BasicCard.BasicCards..::..CryptAlgo

[Missing <param name="algorithm"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdInternalAuthenticate(System.Int32,BasicCard.BasicCards.CryptAlgo,System.Byte[])"]

challenge
Type: array<System..::..Byte>[]()[][]

[Missing <param name="challenge"/> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdInternalAuthenticate(System.Int32,BasicCard.BasicCards.CryptAlgo,System.Byte[])"]

Return Value

Type: array<Byte>[]()[][]

[Missing <returns> documentation for "M:BasicCard.BasicCards.BasicCardService.CmdInternalAuthenticate(System.Int32,BasicCard.BasicCards.CryptAlgo,System.Byte[])"]

See Also