Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 2.33 KB

winbio-credential-type.md

File metadata and controls

88 lines (52 loc) · 2.33 KB
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
WINBIO_CREDENTIAL_TYPE enumeration Windows Biometric Framework API
apiref
WINBIO_CREDENTIAL_TYPE
Winbio_types.h
HeaderDef
reference
05/31/2018

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
Winbio_types.h (include Winbio.h)

See also

Client Application Enumerations

WinBioGetCredentialState

WinBioRemoveCredential

WinBioSetCredential