次の方法で共有


ESimServiceInfo.AuthenticationPreference プロパティ

定義

ユーザーに eSIM 認証資格情報を要求する条件を示す値を取得します。

注意

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、カスタム機能 Microsoft.eSIMManagement_8wekyb3d8bbweを使用するために特別な承認を要求する必要があります。 詳細については、「 カスタム機能」を参照してください。

public:
 property ESimAuthenticationPreference AuthenticationPreference { ESimAuthenticationPreference get(); };
ESimAuthenticationPreference AuthenticationPreference();
public ESimAuthenticationPreference AuthenticationPreference { get; }
var eSimAuthenticationPreference = eSimServiceInfo.authenticationPreference;
Public ReadOnly Property AuthenticationPreference As ESimAuthenticationPreference

プロパティ値

ユーザーが eSIM 認証資格情報に対してチャレンジされる条件を示す値。

Windows の要件

アプリの機能
Microsoft.eSIMManagement_8wekyb3d8bbwe

適用対象