WINBIO_CREDENTIAL_STATE enumeration
Defines values that specify whether a credential has been associated with the biometric data for an end user. This enumeration is used by the WinBioGetCredentialState function.
Syntax
typedef enum _WINBIO_CREDENTIAL_STATE {
WINBIO_CREDENTIAL_NOT_SET = 0x00000001,
WINBIO_CREDENTIAL_SET = 0x00000002
} WINBIO_CREDENTIAL_STATE, *PWINBIO_CREDENTIAL_STATE;
Constants
-
WINBIO_CREDENTIAL_NOT_SET
-
A credential has been associated with the end user.
-
WINBIO_CREDENTIAL_SET
-
A credential has not been associated with the end user.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|