Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|