Share via


Biometrics.CapSensorType Property

2/27/2008

Gets a value that indicates the type of biometric data that the sensor records.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSensorType As CapSensorTypes
public abstract CapSensorTypes CapSensorType { get; }
public:
virtual property CapSensorTypes CapSensorType {
    CapSensorTypes get () abstract;
}
/** @property */
public abstract CapSensorTypes get_CapSensorType ()
public abstract function get CapSensorType () : CapSensorTypes

Remarks

Indicates the types of biometrics data that can be captured by the attached sensor. CapSensorType is a logical combination of any of the following values:

Value

Meaning

FacialFeatures

Facial Features/Topography

Voice

Voice

Fingerprint

Fingerprint

Iris

Iris

Retina

Retina

Geometry

Hand Geometry

SignatureDynamics

Signature

KeystrokeDynamics

Keystrokes

LipMovement

Lip Movement

ThermalFaceImage

Face Image

ThermalHandImage

Hand Image

Gait

Gait/Stride

Password

Password

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

Biometrics Class
Biometrics Members
Microsoft.PointOfService Namespace
SensorType
SensorType