HotspotAuthenticationContext.TryGetAuthenticationContext 方法

定义

获取身份验证尝试的上下文。

注意

此功能仅适用于由移动网络运营商授予特权访问权限的移动运营商应用和 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

适用于