Share via


Biometrics.Algorithm Property

2/27/2008

Gets or sets the biometric algorithm that is used for generating the biometrics template.

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

Syntax

'Declaration
Public MustOverride Property Algorithm As Integer
public abstract int Algorithm { get; set; }
public:
virtual property int Algorithm {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_Algorithm ()

/** @property */
public abstract void set_Algorithm (int value)
public abstract function get Algorithm () : int

public abstract function set Algorithm (value : int)

Remarks

Contains the biometric algorithm that is used currently for generating the biometrics template. The values can be set to index the values that are contained in AlgorithmList.

Value

Meaning

0

Default value

1

First algorithm in AlgorithmList

2

Second algorithm in AlgorithmList

3

Third algorithm in AlgorithmList, and so on.

Note

This property can only be updated when the device is opened, claimed, and not yet enabled.

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
AlgorithmList