Condividi tramite


WINBIO_ACCOUNT_POLICY struttura

La struttura WINBIO_ACCOUNT_POLICY contiene un criterio antispoofing predefinito o specifico dell'account.

Sintassi

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

Members

Identità

Struttura WINBIO_IDENTITY che specifica le informazioni sull'account.

AntiSpoofBehavior

Uno dei valori di enumerazione WINBIO_ANTI_SPOOF_POLICY_ACTION che specifica l'azione dei criteri antispoofing da usare per l'account.

Commenti

Per una descrizione della struttura, vedere la discussione del metodo EngineAdapterSetAccountPolicy .

Requisiti

Requisito Valore
Client minimo supportato
Windows 10 [solo app desktop]
Server minimo supportato
Windows Server 2016 [solo app desktop]
Intestazione
Winbio_adapter.h (includere Winbio_adapter.h)