Msr.CapCardAuthentication Property
2/27/2008
Gets the type, if any, of card authentication data that is supported by the device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CapCardAuthentication As String
public virtual string CapCardAuthentication { get; }
public:
virtual property String^ CapCardAuthentication {
String^ get ();
}
/** @property */
public String get_CapCardAuthentication ()
public function get CapCardAuthentication () : String
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.