Share via


Biometrics.ProcessPrematchData Method

2/27/2008

Creates biometric samples for use by Match-On-Card and enabled Match-On-Card implementations that require prematch data before matching operations.

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

Syntax

'Declaration
Public MustOverride Function ProcessPrematchData ( _
    sampleBir As BiometricsInformationRecord, _
    prematchDataBir As BiometricsInformationRecord _
) As BiometricsInformationRecord
public abstract BiometricsInformationRecord ProcessPrematchData (
    BiometricsInformationRecord sampleBir,
    BiometricsInformationRecord prematchDataBir
)
public:
virtual BiometricsInformationRecord^ ProcessPrematchData (
    BiometricsInformationRecord^ sampleBir, 
    BiometricsInformationRecord^ prematchDataBir
) abstract
public abstract BiometricsInformationRecord ProcessPrematchData (
    BiometricsInformationRecord sampleBir, 
    BiometricsInformationRecord prematchDataBir
)
public abstract function ProcessPrematchData (
    sampleBir : BiometricsInformationRecord, 
    prematchDataBir : BiometricsInformationRecord
) : BiometricsInformationRecord

Parameters

  • prematchDataBir
    The BiometricsInformationRecord property that contains prematch data previously emitted by the associated Match-On-Card Library.

Remarks

This method processes biometric samples that are suitable for Match-on-Card. It enables Match-On-Card implementations that require the retrieval of prematch data from the card before the matching operation.

Because smart cards generally cannot capture and process biometric samples, the Match-On-Card functionality needs a host to perform off-card operations such as sample acquisition and feature extraction. In this case, the card needs the host to perform an operation based on prematch data that is retrieved from the card.

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
CapPrematchData
BiometricsInformationRecord