Msr.DeviceAuthenticationProtocol Property
2/27/2008
Gets the device authentication protocol supported by the device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DeviceAuthenticationProtocol As DeviceAuthenticationProtocol
public virtual DeviceAuthenticationProtocol DeviceAuthenticationProtocol { get; }
public:
virtual property DeviceAuthenticationProtocol DeviceAuthenticationProtocol {
DeviceAuthenticationProtocol get ();
}
/** @property */
public DeviceAuthenticationProtocol get_DeviceAuthenticationProtocol ()
public function get DeviceAuthenticationProtocol () : DeviceAuthenticationProtocol
Remarks
This property is initialized by the Open method.
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.