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

2/27/2008

Enumerates the possible types of data that the BiometricsInformationRecord (BIR) class can hold.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration BirDataTypes
[FlagsAttribute] 
public enum BirDataTypes
[FlagsAttribute] 
public enum class BirDataTypes
/** @attribute FlagsAttribute() */ 
public enum BirDataTypes
FlagsAttribute 
public enum BirDataTypes

Members

Member name Description
Encrypted The BIR is encrypted.
Intermediate The BIR contains intermediate data.
Processed The BIR contains processed data.
Raw The BIR contains raw data.
Signed The BIR contains signed data.

Remarks

Used by the Biometrics device.

See Also

Reference

Microsoft.PointOfService Namespace