Biometrics.BeginEnrollCapture(BiometricsInformationRecord, Byte[]) 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.
Begins capturing biometrics data for enrollment.
public abstract void BeginEnrollCapture (Microsoft.PointOfService.BiometricsInformationRecord referenceBir, byte[] payload);
abstract member BeginEnrollCapture : Microsoft.PointOfService.BiometricsInformationRecord * byte[] -> unit
Public MustOverride Sub BeginEnrollCapture (referenceBir As BiometricsInformationRecord, payload As Byte())
Parameters
- referenceBir
- BiometricsInformationRecord
Optional Biometrics Information Record to be adapted (updated). This parameter is ignored if it is empty.
- payload
- Byte[]
Data that will be stored by the BSP. This parameter is ignored if it is empty.