Biometrics.VerifyMatch 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.
Indicates the event type for DataEvent events.
public abstract Microsoft.PointOfService.BiometricsVerifyResult VerifyMatch (int maximumFalseAcceptRateRequested, int maximumFalseRejectRateRequested, bool falseAcceptRatePrecedence, Microsoft.PointOfService.BiometricsInformationRecord sampleBir, Microsoft.PointOfService.BiometricsInformationRecord referenceBir, bool adaptBir);
abstract member VerifyMatch : int * int * bool * Microsoft.PointOfService.BiometricsInformationRecord * Microsoft.PointOfService.BiometricsInformationRecord * bool -> Microsoft.PointOfService.BiometricsVerifyResult
Public MustOverride Function VerifyMatch (maximumFalseAcceptRateRequested As Integer, maximumFalseRejectRateRequested As Integer, falseAcceptRatePrecedence As Boolean, sampleBir As BiometricsInformationRecord, referenceBir As BiometricsInformationRecord, adaptBir As Boolean) 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.
- sampleBir
- BiometricsInformationRecord
The BiometricsInformationRecord to be identified.
- referenceBir
- BiometricsInformationRecord
The BiometricsInformationRecord to be verified against.
- adaptBir
- Boolean