Biometrics.Verify 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.
Captures biometrics data and compares it against a designated Biometrics Information Record.
public abstract Microsoft.PointOfService.BiometricsVerifyResult Verify (int maximumFalseAcceptRateRequested, int maximumFalseRejectRateRequested, bool falseAcceptRatePrecedence, Microsoft.PointOfService.BiometricsInformationRecord referenceBir, bool adaptBir, int timeout);
abstract member Verify : int * int * bool * Microsoft.PointOfService.BiometricsInformationRecord * bool * int -> Microsoft.PointOfService.BiometricsVerifyResult
Public MustOverride Function Verify (maximumFalseAcceptRateRequested As Integer, maximumFalseRejectRateRequested As Integer, falseAcceptRatePrecedence As Boolean, referenceBir As BiometricsInformationRecord, adaptBir As Boolean, timeout As Integer) As BiometricsVerifyResult
Parameters
- maximumFalseAcceptRateRequested
- Int32
The requested FAR criterion for successful verification.
- maximumFalseRejectRateRequested
- Int32
The requested FRR criterion for successful verification.
- falseAcceptRatePrecedence
- Boolean
If both criteria are provided, this parameter indicates which takes precedence.
- referenceBir
- BiometricsInformationRecord
The BiometricsInformationRecord to be verified against.
- adaptBir
- Boolean
Indicates whether the referenceBir will be adapted from information taken from the captured BiometricsInformationRecord.
- timeout
- Int32
Maximum number of milliseconds to try a successful biometric capture before failing.