DeviceAuthenticationProtocol Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the device authentication protocol supported by the device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration DeviceAuthenticationProtocol
public enum DeviceAuthenticationProtocol
public enum class DeviceAuthenticationProtocol
public enum DeviceAuthenticationProtocol
public enum DeviceAuthenticationProtocol

Members

Member name Description
ChallengeResponse The service supports the challenge response protocol.
None The service does not support device authentication.

Remarks

Replaces the AP_NONE and AP_CHALLENGERESPONSE properties from UPOS.

This property is initialized by the Open method.

See Also

Reference

Microsoft.PointOfService Namespace