Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.04 KB

winbio-account-policy.md

File metadata and controls

77 lines (45 loc) · 2.04 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
WINBIO_ACCOUNT_POLICY structure (Winbio\_adapter.h)
Contains either a default or account-specific antispoofing policy.
7098FC53-E487-42B2-8B4B-EB7E2D296CB6
WINBIO_ACCOUNT_POLICY structure Windows Biometric Framework API
PWINBIO_ACCOUNT_POLICY structure pointer Windows Biometric Framework API
apiref
WINBIO_ACCOUNT_POLICY
Winbio_adapter.h
HeaderDef
reference
05/31/2018

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)