WINBIO_POLICY_SOURCE enumeration

Lists the possible sources of policy information for the detection of spoofing for biometric factors.

Syntax

typedef enum _WINBIO_POLICY_SOURCE { 
  WINBIO_POLICY_UNKNOWN  = 0x00000000,
  WINBIO_POLICY_DEFAULT  = 0x00000001,
  WINBIO_POLICY_LOCAL    = 0x00000002,
  WINBIO_POLICY_ADMIN    = 0x00000003
} WINBIO_POLICY_SOURCE, *PWINBIO_POLICY_SOURCE;

Constants

WINBIO_POLICY_UNKNOWN

The source of the policy is unknown.

WINBIO_POLICY_DEFAULT

The policy is the default policy that the Windows Biometric Framework provides.

WINBIO_POLICY_LOCAL

The policy that the individual user set for their account by using the Settings app. This policy overrides the default policy.

WINBIO_POLICY_ADMIN

A group policy that the IT administrator set for the enterprise. Individual users cannot override this policy.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016 [desktop apps only]
Header
Winbio_types.h (include Winbio.h for client applications or Winbio_adapters.h for adapters)

See also

WINBIO_ANTI_SPOOF_POLICY_ACTION