Msr.CapDeviceAuthentication Property
2/27/2008
Gets the level of device authentication supported by the service.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CapDeviceAuthentication As DeviceAuthenticationLevel
public virtual DeviceAuthenticationLevel CapDeviceAuthentication { get; }
public:
virtual property DeviceAuthenticationLevel CapDeviceAuthentication {
DeviceAuthenticationLevel get ();
}
/** @property */
public DeviceAuthenticationLevel get_CapDeviceAuthentication ()
public function get CapDeviceAuthentication () : DeviceAuthenticationLevel
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.