HotspotAuthenticationContext.TryGetAuthenticationContext メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
|