Condividi tramite


enumerazione WWAN_AUTH_METHOD (wwan.h)

L'enumerazione WWAN_AUTH_METHOD elenca i metodi di autenticazione supportati.

Sintassi

typedef enum _WWAN_AUTH_METHOD {
  WwanAuthSim,
  WwanAuthAka,
  WwanAuthAkaPrime,
  WwanAuthMethodMax
} WWAN_AUTH_METHOD, *PWWAN_AUTH_METHOD;

Costanti

 
WwanAuthSim
Eseguire l'autenticazione usando il metodo SIM.
WwanAuthAka
Eseguire l'autenticazione usando il metodo AKA.
WwanAuthAkaPrime
Eseguire l'autenticazione usando il metodo AKA' (AKA Prime).
WwanAuthMethodMax
Questo valore è riservato. Non usare.

Commenti

Le strutture WWAN_AUTH_CHALLENGE e WWAN_AUTH_RESPONSE usano questa enumerazione.

Requisiti

Requisito Valore
Client minimo supportato Supportato a partire da Windows 8.
Intestazione wwan.h

Vedi anche

WWAN_AUTH_CHALLENGE

WWAN_AUTH_RESPONSE