ESim.Policy Property

Definition

Gets the policy for the eSIM, regarding whether the eSIM should be shown on the Local User Interface (LUI) for eSIM management.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need to request special approval to use the custom capability Microsoft.eSIMManagement_8wekyb3d8bbwe. For more info, see Custom capabilities.

public:
 property ESimPolicy ^ Policy { ESimPolicy ^ get(); };
ESimPolicy Policy();
public ESimPolicy Policy { get; }
var eSimPolicy = eSim.policy;
Public ReadOnly Property Policy As ESimPolicy

Property Value

The policy for the eSIM, regarding whether the eSIM should be shown on the LUI for eSIM management.

Windows requirements

App capabilities
Microsoft.eSIMManagement_8wekyb3d8bbwe

Remarks

LUI is defined in SGP.22 (the published eSIM standard).

Applies to