Share via


BirPurpose Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible purpose for gathering the biometrics information.

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

Syntax

'Declaration
Public Enumeration BirPurpose
public enum BirPurpose
public enum class BirPurpose
public enum BirPurpose
public enum BirPurpose

Members

Member name Description
Audit The biometrics data was gathered for auditing purposes.
Enroll BIR was generated for Enrollment.
EnrollForIdentificationOnly The biometrics data was gathered for verification only. Verification does not require the same level of quality as enrollment.
EnrollForVerificationOnly The biometrics data was gathered for comparison against other data only.
Identify The biometrics data was gathered for comparison against other data.
Unspecified The purpose of the biometrics data is unspecified.
Verify The biometrics data was gathered for verification purposes. Verification does not require the same level of quality as enrollment.

See Also

Reference

Microsoft.PointOfService Namespace