Share via


Msr.DeviceAuthenticated Property

2/27/2008

Gets a Boolean value that indicates whether the device supports authentication.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DeviceAuthenticated As Boolean
public virtual bool DeviceAuthenticated { get; }
public:
virtual property bool DeviceAuthenticated {
    bool get ();
}
/** @property */
public boolean get_DeviceAuthenticated ()
public function get DeviceAuthenticated () : boolean

Remarks

The Boolean value of true indicates that the device supports authentication.

If the device supports authentication, the service must keep the value of this property up to date when the device is enabled.

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.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace