Share via


Biometrics.ProcessPrematchData Method

Definition

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

public abstract Microsoft.PointOfService.BiometricsInformationRecord ProcessPrematchData (Microsoft.PointOfService.BiometricsInformationRecord sampleBir, Microsoft.PointOfService.BiometricsInformationRecord prematchDataBir);
abstract member ProcessPrematchData : Microsoft.PointOfService.BiometricsInformationRecord * Microsoft.PointOfService.BiometricsInformationRecord -> Microsoft.PointOfService.BiometricsInformationRecord
Public MustOverride Function ProcessPrematchData (sampleBir As BiometricsInformationRecord, prematchDataBir As BiometricsInformationRecord) As BiometricsInformationRecord

Parameters

prematchDataBir
BiometricsInformationRecord

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

Returns

Applies to