MobileBroadbandPinType Enum

Definition

Describes the possible types for a mobile broadband PIN.

public enum class MobileBroadbandPinType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MobileBroadbandPinType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MobileBroadbandPinType
var value = Windows.Networking.NetworkOperators.MobileBroadbandPinType.none
Public Enum MobileBroadbandPinType
Inheritance
MobileBroadbandPinType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
cellularDeviceControl cellularDeviceIdentity

Fields

CorporatePin 9

This is a PIN that allows the device to be personalized to a specific company. For more information about this PIN type, see section 22.022 of the 3GPP specification.

Custom 1

This is a custom vendor-defined PIN type. It is not included in the list.

FirstSimPin 5

This is a PIN that locks the device to the very first inserted SIM card.

NetworkPin 6

This is a PIN that allows the device to be personalized to a network. For more information about this PIN type, see section 22.022 of the 3GPP specification.

NetworkSubsetPin 7

This is a PIN that allows the device to be personalized to a subset of a network. For more information about this PIN type, see section 22.022 of the 3GPP specification.

None 0

Not used (only for initialization).

Pin1 2

For GSM-based devices, this is a Subscriber Identity Module (SIM) PIN. For CDMA-based devices, power-on device lock is reported as PIN1.

Pin2 3

This is a SIM PIN2 that protects certain SIM functionality.

ServiceProviderPin 8

This is a PIN that allows the device to be personalized to a service provider. For more information about this PIN type, see section 22.022 of the 3GPP specification.

SimPin 4

This is a PIN that locks the device to a specific SIM card.

SubsidyLock 10

This is a PIN that allows the device to be restricted to operate on a specific network. For more information about this PIN type, see section 22.022 of the 3GPP specification.

Applies to

See also