title | description | ms.assetid | keywords | topic_type | api_name | api_location | api_type | ms.topic | ms.date | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
WINBIO_CREDENTIAL_TYPE enumeration (Winbio\_types.h) |
Defines flags that can be used to filter on the credential type. |
7ef2d4b3-e1f9-46a0-8fc2-0e8660805ac3 |
|
|
|
|
|
reference |
05/31/2018 |
Defines flags that can be used to filter on the credential type. This enumeration is used by the WinBioSetCredential, WinBioRemoveCredential, and WinBioGetCredentialState functions.
typedef enum _WINBIO_CREDENTIAL_TYPE {
WINBIO_CREDENTIAL_PASSWORD = 0x00000001,
WINBIO_CREDENTIAL_ALL = 0xffffffff
} WINBIO_CREDENTIAL_TYPE;
-
WINBIO_CREDENTIAL_PASSWORD
-
Filters password credentials.
-
WINBIO_CREDENTIAL_ALL
-
Filters all credentials.
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|