ESimAuthenticationPreference 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum class ESimAuthenticationPreference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class ESimAuthenticationPreference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum ESimAuthenticationPreference
var value = Windows.Networking.NetworkOperators.ESimAuthenticationPreference.onEntry
Public Enum ESimAuthenticationPreference
- 繼承
-
ESimAuthenticationPreference
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
應用程式功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|
欄位
Never | 2 | 表示不應該要求認證。 |
OnAction | 1 | 指出當 eSIM 涉及動作時,應該要求認證。 |
OnEntry | 0 | 指出輸入 eSIM 時,應該要求認證。 |