Share via


Biometrics.CapTemplateAdaptation Property

2/27/2008

Gets a Boolean value that indicates whether an adapted Biometrics Information Record can be returned by the service.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTemplateAdaptation As Boolean
public abstract bool CapTemplateAdaptation { get; }
public:
virtual property bool CapTemplateAdaptation {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapTemplateAdaptation ()
public abstract function get CapTemplateAdaptation () : boolean

Remarks

If true, the Service can return an adapted BiometricsInformationRecord property that is the result of updating a reference BiometricsInformationRecord property with information taken from a sample BiometricsInformationRecord or capture BiometricsInformationRecord property. The purpose of this adaptation is to keep the reference BiometricsInformationRecord property current as biometric data shifts over time.

Note

This capability must be populated after OpenClaim and DeviceEnabled because it depends on the selected Algorithm.

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
BinaryInformationRecord
verify
verifyMatch