Share via


Biometrics.SensorType Property

2/27/2008

Gets or sets the type of biometrics sensor being accessed.

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

Syntax

'Declaration
Public MustOverride Property SensorType As SensorType
public abstract SensorType SensorType { get; set; }
public:
virtual property SensorType SensorType {
    SensorType get () abstract;
    void set (SensorType value) abstract;
}
/** @property */
public abstract SensorType get_SensorType ()

/** @property */
public abstract void set_SensorType (SensorType value)
public abstract function get SensorType () : SensorType

public abstract function set SensorType (value : SensorType)

Remarks

Holds the type of biometrics sensor being accessed. Valid sensor types are stored in the SensorType enumeration.

Value

Meaning

FacialFeatures

Facial Features/Topography

Voice

Voice

Fingerprint

Fingerprint

Iris

Iris

Retina

Retina

HandGeometry

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
Biometrics.CapSensorType Property
Biometrics.SensorColor Property
Biometrics.RawSensorData Property
SensorType