MobileBroadbandPinLockState É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écrit les états de verrouillage de code confidentiel possibles d’un code confidentiel haut débit mobile.
public enum class MobileBroadbandPinLockState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MobileBroadbandPinLockState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MobileBroadbandPinLockState
var value = Windows.Networking.NetworkOperators.MobileBroadbandPinLockState.unknown
Public Enum MobileBroadbandPinLockState
- Héritage
-
MobileBroadbandPinLockState
- 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
PinRequired | 2 | Une entrée de code confidentiel est requise. MobileBroadbandPinType contient plus d’informations sur le code confidentiel nécessaire. |
PinUnblockKeyRequired | 3 | Un code confidentiel non valide a été entré trop souvent et une clé de déblocage de code confidentiel (PUK) est nécessaire pour continuer. |
Unknown | 0 | L’état de verrouillage du code confidentiel est inconnu. Par exemple, aucune carte SIM n’est présente. |
Unlocked | 1 | L’état de verrouillage du code confidentiel est déverrouillé. Par exemple, si l’utilisateur a déjà fourni un code confidentiel ou si aucun code confidentiel n’est requis. |