Share via


Biometrics.AlgorithmList Property

2/27/2008

Gets the list of algorithms that are supported by the Biometrics device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property AlgorithmList As String()
public abstract string[] AlgorithmList { get; }
public:
virtual property array<String^>^ AlgorithmList {
    array<String^>^ get () abstract;
}
/** @property */
public abstract String[] get_AlgorithmList ()
public abstract function get AlgorithmList () : String[]

Remarks

Contains the comma-delimited list of algorithms that are supported by the device.

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.Algorithm Property