WINBIO_ANTI_SPOOF_POLICY_ACTION enumeration

Specifies the types of actions you take for the antispoofing policy of a user.

Syntax

typedef enum _WINBIO_ANTI_SPOOF_POLICY_ACTION { 
  WINBIO_ANTI_SPOOF_DISABLE  = 0x00000000,
  WINBIO_ANTI_SPOOF_ENABLE   = 0x00000001,
  WINBIO_ANTI_SPOOF_REMOVE   = 0x00000002
} WINBIO_ANTI_SPOOF_POLICY_ACTION, *PWINBIO_ANTI_SPOOF_POLICY;

Constants

WINBIO_ANTI_SPOOF_DISABLE

Turns off the detection of spoofing for a biometric factor.

WINBIO_ANTI_SPOOF_ENABLE

Turns on the detection of spoofing for a biometric factor.

WINBIO_ANTI_SPOOF_REMOVE

Removes the entire antispoofing policy for the biometric factor from the account.

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

WINBIO_POLICY_SOURCE