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
参数
- context
- HotspotAuthenticationContext
网络运营商热点身份验证上下文。
返回
Boolean
bool
如果 为 true,则检索到身份验证上下文。 仅当调用应用程序与基础 WLAN 连接的热点配置文件中指定的应用程序 ID 匹配,并且身份验证尚未由相应的上下文完成或超时时,才能检索身份验证上下文。
Windows 要求
应用功能 |
cellularDeviceControl
cellularDeviceIdentity
|