CERT_BIOMETRIC_EXT_INFO structure (wincrypt.h)

The CERT_BIOMETRIC_EXT_INFO structure contains a set of biometric information.

Syntax

typedef struct _CERT_BIOMETRIC_EXT_INFO {
  DWORD                cBiometricData;
  PCERT_BIOMETRIC_DATA rgBiometricData;
} CERT_BIOMETRIC_EXT_INFO, *PCERT_BIOMETRIC_EXT_INFO;

Members

cBiometricData

The number of elements in the rgBiometricData array.

rgBiometricData

An array of CERT_BIOMETRIC_DATA structures that contain the biometric data. The cBiometricData member contains the number of elements in this array.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wincrypt.h

See also

CryptDecodeObject

CryptEncodeObject

CryptEncodeObjectEx