次の方法で共有


HotspotAuthenticationContext.TryGetAuthenticationContext メソッド

定義

認証試行のコンテキストを取得します。

Note

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

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの「制限付き機能」セクションを参照してください。

public:
 static bool TryGetAuthenticationContext(Platform::String ^ evenToken, [Out] HotspotAuthenticationContext ^ & context);
 static bool TryGetAuthenticationContext(winrt::hstring const& evenToken, [Out] HotspotAuthenticationContext const& & context);
public static bool TryGetAuthenticationContext(string evenToken, out HotspotAuthenticationContext context);
Public Shared Function TryGetAuthenticationContext (evenToken As String, ByRef context As HotspotAuthenticationContext) As Boolean

パラメーター

evenToken
String

Platform::String

winrt::hstring

ネットワーク オペレーターのホットスポット認証イベントから取得された イベント トークン。 トークンは、文字列形式の GUID です

context
HotspotAuthenticationContext

ネットワーク オペレーターのホットスポット認証コンテキスト。

戻り値

Boolean

bool

true の場合、認証コンテキストが取得されました。 認証コンテキストは、呼び出し元のアプリケーションが基になる WLAN 接続のホットスポット プロファイルで指定されたアプリケーション ID と一致し、対応するコンテキストによって認証が既に完了していない場合、またはタイムアウトした場合にのみ取得できます。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象