HotspotAuthenticationResponseCode Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les valeurs utilisées pour indiquer status d’authentification de connexion avec un point d’accès mobile. Fournit le code de réponse du serveur WISPr pour une tentative d’authentification.
Les valeurs possibles sont définies dans .
public enum class HotspotAuthenticationResponseCode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class HotspotAuthenticationResponseCode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum HotspotAuthenticationResponseCode
var value = Windows.Networking.NetworkOperators.HotspotAuthenticationResponseCode.noError
Public Enum HotspotAuthenticationResponseCode
- Héritage
-
HotspotAuthenticationResponseCode
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
cellularDeviceControl
cellularDeviceIdentity
|
Champs
AccessGatewayInternalError | 255 | Une erreur interne s’est produite dans la passerelle d’accès. |
LoginAborted | 151 | La demande d’authentification a été abandonnée. |
LoginFailed | 100 | Échec de l’authentification du point d’accès. |
LoginSucceeded | 50 | Authentification de point d’accès réussie. |
NetworkAdministratorError | 105 | Une erreur s’est produite qui nécessite de contacter l’administrateur réseau. |
NoError | 0 | Aucune réponse retournée. |
RadiusServerError | 102 | Aucune réponse du serveur d’authentification. |