HotspotAuthenticationContext.SkipAuthentication 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual void SkipAuthentication() = SkipAuthentication;
void SkipAuthentication();
public void SkipAuthentication();
function skipAuthentication()
Public Sub SkipAuthentication ()
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|
備註
SkipAuthentication 可用來實作專屬的驗證流程。 呼叫 SkipAuthentication 時,Windows 會透過對應的網路介面檢查目前的網際網路線上狀態。 因此,實作自己的驗證的應用程式應該在驗證順序完成時呼叫此 API。
呼叫 IssueCredentials 之後,驗證內容就會完成,而且不應再次呼叫 IssueCredentials、 AbortAuthentication或 SkipAuthentication 。