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 |
|
|
|
|
|
reference |
05/31/2018 |
The WINBIO_ACCOUNT_POLICY structure contains either a default or account-specific antispoofing policy.
typedef struct _WINBIO_ACCOUNT_POLICY {
WINBIO_IDENTITY Identity;
WINBIO_ANTI_SPOOF_POLICY_ACTION AntiSpoofBehavior;
} WINBIO_ACCOUNT_POLICY, *PWINBIO_ACCOUNT_POLICY;
-
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.
See the discussion of the EngineAdapterSetAccountPolicy method for a description of how this structure is used.
Requirement | Value |
---|---|
Minimum supported client |
Windows 10 [desktop apps only] |
Minimum supported server |
Windows Server 2016 [desktop apps only] |
Header |
|