Biometrics.ProcessPrematchData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- sampleBir
- BiometricsInformationRecord
The BiometricsInformationRecord to be processed.
- prematchDataBir
- BiometricsInformationRecord
The BiometricsInformationRecord property that contains prematch data previously emitted by the associated Match-On-Card Library.