Share via


Biometrics.BeginEnrollCapture Method

2/27/2008

Begins capturing biometrics data for enrollment.

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

Syntax

'Declaration
Public MustOverride Sub BeginEnrollCapture ( _
    referenceBir As BiometricsInformationRecord, _
    payload As Byte() _
)
public abstract void BeginEnrollCapture (
    BiometricsInformationRecord referenceBir,
    byte[] payload
)
public:
virtual void BeginEnrollCapture (
    BiometricsInformationRecord^ referenceBir, 
    array<unsigned char>^ payload
) abstract
public abstract void BeginEnrollCapture (
    BiometricsInformationRecord referenceBir, 
    byte[] payload
)
public abstract function BeginEnrollCapture (
    referenceBir : BiometricsInformationRecord, 
    payload : byte[]
)

Parameters

  • referenceBir
    Optional Biometrics Information Record to be adapted (updated). This parameter is ignored if it is empty.
  • payload
    Data that will be stored by the BSP. This parameter is ignored if it is empty.

Remarks

Starts capturing biometrics data for enrollment. Although not required, enrollment captures typically result in a series of biometrics data captures which, when you combine it, make up the body of the final BiometricsInformationRecord. Optionally if CapTemplateAdaptation is true, a referenceBir can be provided for adaptation with the enrollment. If a payload is provided, that data is added into the resulting BiometricsInformationRecord.

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
BiometricsInformationRecord
CapTemplateAdaptation
EndCapture
BiometricsInformationRecord