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

2/27/2008

Enumerates the level of device authentication supported by the service.

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

Syntax

'Declaration
Public Enumeration DeviceAuthenticationLevel
public enum DeviceAuthenticationLevel
public enum class DeviceAuthenticationLevel
public enum DeviceAuthenticationLevel
public enum DeviceAuthenticationLevel

Members

Member name Description
NotSupported The service does not support device authentication.
Optional The service supports device authentication, but does not require it.
Required The service requires device authentication.

Remarks

If device authentication is supported, the service must keep the value of DeviceAuthenticated current when the device is enabled. The service should also queue a StatusUpdateEvent with status value set to StatusDeviceAuthenticated or StatusDeviceDeauthenticated when the authentication status changes.

Replaces the DA_NOT_SUPPORTED, DA_OPTIONAL, and DA_REQUIRED properties from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace