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 con il metodo SIM.
WwanAuthAka
Eseguire l'autenticazione con il metodo AKA.
WwanAuthAkaPrime
Eseguire l'autenticazione con il metodo AKA' (AKA Prime).
WwanAuthMethodMax
Questo valore è riservato. Non usare.

Osservazioni

Le strutture WWAN_AUTH_CHALLENGE e WWAN_AUTH_RESPONSE utilizzano questa enumerazione.

Fabbisogno

Requisito Valore
client minimo supportato Supportato a partire da Windows 8.
intestazione wwan.h

Vedere anche

WWAN_AUTH_CHALLENGE

WWAN_AUTH_RESPONSE