共用方式為


BiometricsVerifyResult Constructor

Definition

Creates an instance of the BiometricsVerifyResult class and initializes its members to the specified values.

public BiometricsVerifyResult (bool result, int falseAcceptRateAchieved, int falseRejectRateAchieved, Microsoft.PointOfService.BiometricsInformationRecord adaptedBir, byte[] payload);
new Microsoft.PointOfService.BiometricsVerifyResult : bool * int * int * Microsoft.PointOfService.BiometricsInformationRecord * byte[] -> Microsoft.PointOfService.BiometricsVerifyResult
Public Sub New (result As Boolean, falseAcceptRateAchieved As Integer, falseRejectRateAchieved As Integer, adaptedBir As BiometricsInformationRecord, payload As Byte())

Parameters

result
Boolean

A Boolean value that is true for a successful match or false for a failed match.

falseAcceptRateAchieved
Int32

Contains the value of the false accept rate achieved for the match. This value is an indicator of the closeness of match.

falseRejectRateAchieved
Int32

Contains the value of the false reject rate achieved for the match. This value is an indicator of the closeness of the match.

adaptedBir
BiometricsInformationRecord

A pointer to handle the adapted BIR. If this parameter is left empty, an adapted BIR is not created.

payload
Byte[]

If a payload is associated with the referenceBIR, it is returned in an allocated byte[] if the FARAchieved satisfies the match criteria of the Service.

Applies to