Share via


BiometricsInformationRecord.Purpose Property

2/27/2008

Gets the purpose of the stored biometrics information.

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

Syntax

'Declaration
Public ReadOnly Property Purpose As BirPurpose
public BirPurpose Purpose { get; }
public:
property BirPurpose Purpose {
    BirPurpose get ();
}
/** @property */
public BirPurpose get_Purpose ()
public function get Purpose () : BirPurpose

Remarks

The following values are supported.

Value

Meaning

Unspecified

The purpose of the biometrics data is unspecified.

Verify

The biometrics data was collected for verification purposes. Verification does not require the same level of quality as enrollment.

Enroll

The biometrics data was collected for enrollment purposes.

EnrollForVerificationOnly

The biometrics data was collected for verification only. Verification does not require the same level of quality as enrollment.

EntrollForIdentificationOnly

The biometrics data was collected for comparison against other data only.

Audit

The biometrics data was collected for auditing.

Identify

The biometrics data was collected for comparison against other data.

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

BiometricsInformationRecord Class
BiometricsInformationRecord Members
Microsoft.PointOfService Namespace