Condividi tramite


Struttura EapHostPeerNapInfo

La struttura EapHostPeerNapInfo contiene le informazioni di Protezione accesso alla rete (NAP) su un supplicante EAP.

Sintassi

typedef struct _tagEapHostPeerNapInfo {
  ISOLATION_STATE isolationState;
  ProbationTime   probationTime;
  UINT32          stringCorrelationIdLength;
} EapHostPeerNapInfo;

Members

isolationState

Struttura ISOLATION_STATE che specifica lo stato di isolamento della rete di un computer. Lo stato di isolamento determina il livello di accesso di rete concesso.

probationTime

Struttura ProbationTime che specifica il tempo necessario per uscire dalla quarantena dopo il quale verrà eliminata la connessione. Una struttura ProbationTime è identica a una struttura FILETIME .

stringCorrelationIdLength

Lunghezza, in byte, della stringa NAPCorrelationId che segue questa struttura.

Commenti

La struttura EapHostPeerNapInfo precede la stringa NAPCorrelationId del tipo di dati WCHAR nel flusso di byte RPC.

Requisiti

Requisito Valore
Client minimo supportato
Windows 7 [solo app desktop]
Server minimo supportato
Windows Server 2008 R2 [solo app desktop]
Intestazione
Eaphostpeerapis.h

Vedi anche

Strutture supplicant di EAPHost

EapHostPeerGetAuthStatus

EapHostPeerMethodAuthParams