Share via


BiometricsInformationRecord.DataType Property

2/27/2008

Gets the data type of biometrics information that the BIR contains.

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

Syntax

'Declaration
Public ReadOnly Property DataType As BirDataTypes
public BirDataTypes DataType { get; }
public:
property BirDataTypes DataType {
    BirDataTypes get ();
}
/** @property */
public BirDataTypes get_DataType ()
public function get DataType () : BirDataTypes

Remarks

Possible values are listed here.

Value

Meaning

Encrypted

The BIR holds encrypted biometrics data.

Intermediate

The BIR holds intermediate biometrics data.

Processed

The BIR holds processed biometrics data.

Raw

The BIR holds raw, unprocessed biometrics data.

Signed

The BIR holds signed biometrics data.

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

BiometricsInformationRecord Class
BiometricsInformationRecord Members
Microsoft.PointOfService Namespace
BiometricsInformationRecord.DataType Property