MobileBroadbandUicc
MobileBroadbandUicc
MobileBroadbandUicc
MobileBroadbandUicc
Class
Definition
Represents a Universal Integrated Circuit Card (UICC), normally called a SIM Card on a mobile broadband device.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : sealed class MobileBroadbandUicc : IMobileBroadbandUiccpublic sealed class MobileBroadbandUicc : IMobileBroadbandUiccPublic NotInheritable Class MobileBroadbandUicc Implements IMobileBroadbandUicc// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Your code does not instantiate this class directly. Instead, retrieve an instance using the MobileBroadbandModemConfiguration.Uicc property.
Properties
SimIccId SimIccId SimIccId SimIccId
Gets the unique SIM Card identity on a mobile broadband device.
public : PlatForm::String SimIccId { get; }public string SimIccId { get; }Public ReadOnly Property SimIccId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The unique SIM Card identity on a mobile broadband device.
Methods
GetUiccAppsAsync() GetUiccAppsAsync() GetUiccAppsAsync() GetUiccAppsAsync()
Asynchronously retrieves a list of mobile broadband UICC (SIM card) applications.
public : IAsyncOperation<MobileBroadbandUiccAppsResult> GetUiccAppsAsync()public IAsyncOperation<MobileBroadbandUiccAppsResult> GetUiccAppsAsync()Public Function GetUiccAppsAsync() As IAsyncOperation( Of MobileBroadbandUiccAppsResult )// You can use this method in JavaScript.
An asynchronous retrieval operation. On successful completion, returns an object with the results of the retrieval operation.