BiometricsInformationRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Biometrics data that is returned to the application from a Biometrics device.
[System.Serializable]
public class BiometricsInformationRecord : System.Xml.Serialization.IXmlSerializable
[<System.Serializable>]
type BiometricsInformationRecord = class
interface IXmlSerializable
Public Class BiometricsInformationRecord
Implements IXmlSerializable
- Inheritance
-
BiometricsInformationRecord
- Attributes
- Implements
Constructors
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. |
Properties
BiometricDataBlockSize | |
CreatedTime | |
DataType | |
FormatId | |
FormatOwner | |
Purpose | |
SensorType | |
Version |
Methods
Clone() | |
GetBiometricDataBlock() | |
GetSchema() | |
ReadXml(XmlReader) | |
WriteXml(XmlWriter) |