NurApiGen2v2Authenticate(UInt32, NurApiAuthenticateParam) Method

Gen2 version 2 Authenticate command with no tag singulation in secured state.

Definition

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

Parameters

accessPwd  UInt32
The access password to use.
authParam  NurApiAuthenticateParam
The authentication parameters, NurApiAuthenticateParam.

Return Value

NurApiAuthenticateResp
Returns the authentication response structure if the was no native API error.

Remarks

This method does the authentication in the secured state; it is not recommended to do it this way.

See Also