MobileBroadbandPinFormat É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 formats possibles pour un code confidentiel haut débit mobile.
public enum class MobileBroadbandPinFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MobileBroadbandPinFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MobileBroadbandPinFormat
var value = Windows.Networking.NetworkOperators.MobileBroadbandPinFormat.unknown
Public Enum MobileBroadbandPinFormat
- Héritage
-
MobileBroadbandPinFormat
- 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
Alphanumeric | 2 | Le code confidentiel est alphanumérique. |
Numeric | 1 | Le code confidentiel est numérique. |
Unknown | 0 | Aucun format de code confidentiel n’a été défini. Cela n’est normalement pas utilisé. |