WINBIO_CREDENTIAL_TYPE enumeration
Defines flags that can be used to filter on the credential type. This enumeration is used by the WinBioSetCredential, WinBioRemoveCredential, and WinBioGetCredentialState functions.
Syntax
typedef enum _WINBIO_CREDENTIAL_TYPE {
WINBIO_CREDENTIAL_PASSWORD = 0x00000001,
WINBIO_CREDENTIAL_ALL = 0xffffffff
} WINBIO_CREDENTIAL_TYPE;
Constants
-
WINBIO_CREDENTIAL_PASSWORD
-
Filters password credentials.
-
WINBIO_CREDENTIAL_ALL
-
Filters all credentials.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|