NurApiTagGen2v2Authenticate Method

Perform the Gen2 version 2 authentication command in open state (recommended).

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiAuthenticateResp Gen2v2Authenticate(
	NurApiAuthenticateParam authParam
)

Parameters

authParam  NurApiAuthenticateParam
Parameters required for authentication.

Return Value

NurApiAuthenticateResp
Returns the authentication response.

See Also