Biometrics.BeginVerifyCapture Method
2/27/2008
Begins capturing biometrics data for verification.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Sub BeginVerifyCapture
public abstract void BeginVerifyCapture ()
public:
virtual void BeginVerifyCapture () abstract
public abstract void BeginVerifyCapture ()
public abstract function BeginVerifyCapture ()
Remarks
Begins capturing biometrics data for verification. The resulting processed data is stored in the BiometricsInformationRecord property.
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
EndCapture