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

2/27/2008

Enumerates the types of biometrics data that can be captured by the attached sensor.

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

Syntax

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

Members

Member name Description
FacialFeatures Facial Features/Topography
Fingerprint Fingerprint
Gait Gait/Stride
HandGeometry Hand Geometry
Iris Iris
KeystrokeDynamics Keystrokes
LipMovement Lip Movement
None None
Password Password
Retina Retina
SignatureDynamics Signature
ThermalFaceImage Face Image
ThermalHandImage Hand Image
Voice Voice

Remarks

Indicates the types of biometrics data that can be captured by the attached sensor.

See Also

Reference

Microsoft.PointOfService Namespace