Share via


BiometricsInformationRecord Constructors

Definition

Overloads

BiometricsInformationRecord()
BiometricsInformationRecord(BiometricsInformationRecord)

Creates an instance of the BiometricsInformationRecord class by using data copied from the specified BiometricsInformationRecord.

BiometricsInformationRecord(Version, BirDataTypes, Int32, Int32, BirPurpose, SensorType, Byte[])

Creates an instance of the BiometricsInformationRecord class.

BiometricsInformationRecord()

protected BiometricsInformationRecord ();
Protected Sub New ()

Applies to

BiometricsInformationRecord(BiometricsInformationRecord)

Creates an instance of the BiometricsInformationRecord class by using data copied from the specified BiometricsInformationRecord.

public BiometricsInformationRecord (Microsoft.PointOfService.BiometricsInformationRecord bir);
new Microsoft.PointOfService.BiometricsInformationRecord : Microsoft.PointOfService.BiometricsInformationRecord -> Microsoft.PointOfService.BiometricsInformationRecord
Public Sub New (bir As BiometricsInformationRecord)

Parameters

bir
BiometricsInformationRecord

The BIR from which data are used to populate the new BIR.

Applies to

BiometricsInformationRecord(Version, BirDataTypes, Int32, Int32, BirPurpose, SensorType, Byte[])

Creates an instance of the BiometricsInformationRecord class.

public BiometricsInformationRecord (Version version, Microsoft.PointOfService.BirDataTypes dataType, int formatOwner, int formatId, Microsoft.PointOfService.BirPurpose purpose, Microsoft.PointOfService.SensorType sensorType, byte[] biometricDataBlock);
new Microsoft.PointOfService.BiometricsInformationRecord : Version * Microsoft.PointOfService.BirDataTypes * int * int * Microsoft.PointOfService.BirPurpose * Microsoft.PointOfService.SensorType * byte[] -> Microsoft.PointOfService.BiometricsInformationRecord
Public Sub New (version As Version, dataType As BirDataTypes, formatOwner As Integer, formatId As Integer, purpose As BirPurpose, sensorType As SensorType, biometricDataBlock As Byte())

Parameters

version
Version

The version of the BIR, which is defined by the service object.

dataType
BirDataTypes

The type of data contained in the BIR.

formatOwner
Int32

FormatOwner values that are assigned and registered by the International Biometric Industry Association (IBIA).

formatId
Int32

Assigned by the format owner; optionally registered with the IBIA.

purpose
BirPurpose

The purpose of the biometrics information.

sensorType
SensorType

The type of the Biometric sensor used to record the data.

biometricDataBlock
Byte[]

The recorded biometrics data, in a format that is defined by the service object. Other information about the BIR such as a checksum or proprietary information may also be included in the biometric data.

Applies to