WINBIO_ACCOUNT_POLICY structure

The WINBIO_ACCOUNT_POLICY structure contains either a default or account-specific antispoofing policy.

Syntax

typedef struct _WINBIO_ACCOUNT_POLICY {
  WINBIO_IDENTITY                 Identity;
  WINBIO_ANTI_SPOOF_POLICY_ACTION AntiSpoofBehavior;
} WINBIO_ACCOUNT_POLICY, *PWINBIO_ACCOUNT_POLICY;

Members

Identity

A WINBIO_IDENTITY structure that specifies the account information.

AntiSpoofBehavior

One of the WINBIO_ANTI_SPOOF_POLICY_ACTION enumeration values that specifies what antispoofing policy action to use for the account.

Remarks

See the discussion of the EngineAdapterSetAccountPolicy method for a description of how this structure is used.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016 [desktop apps only]
Header
Winbio_adapter.h (include Winbio_adapter.h)