MobileBroadbandSlotInfo.IccId 属性

定义

为双 Sim 单活动设备) 获取活动或非活动槽中 eSim (的集成电路卡标识符 (ICCID) 。

注意

此功能仅适用于由移动网络运营商授予特权访问权限的移动运营商应用和 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要请求特殊批准才能 Microsoft.eSIMManagement_8wekyb3d8bbwe使用自定义功能。 有关详细信息,请参阅 自定义功能

public:
 property Platform::String ^ IccId { Platform::String ^ get(); };
winrt::hstring IccId();
public string IccId { get; }
var string = mobileBroadbandSlotInfo.iccId;
Public ReadOnly Property IccId As String

属性值

String

Platform::String

winrt::hstring

集成电路卡标识符 (ICCID) (如果可用);否则为空字符串。 成功初始化 UICC/eUICC 卡后,ICCID 可用,并且订阅者信息状态已准备就绪。

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v15.0 中引入)
应用功能
Microsoft.eSIMManagement_8wekyb3d8bbwe

适用于