Biometrics.CapPrematchData Property
2/27/2008
Gets a Boolean value that indicates whether the server can use Match-On-Card SmartCard technology to generate a processed BiometricsInformationRecord.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapPrematchData As Boolean
public abstract bool CapPrematchData { get; }
public:
virtual property bool CapPrematchData {
bool get () abstract;
}
/** @property */
public abstract boolean get_CapPrematchData ()
public abstract function get CapPrematchData () : boolean
Remarks
If true, the Service can use Match On Card SmartCard technology to generate a processed BiometricsInformationRecord property based on prematch data that is stored on a SmartCard.
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
Biometrics Class
Biometrics Members
Microsoft.PointOfService Namespace
Biometrics.ProcessPrematchData Method
Biometrics.BiometricsInformationRecord Property