HotspotAuthenticationContext.IssueCredentials 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual void IssueCredentials(Platform::String ^ userName, Platform::String ^ password, Platform::String ^ extraParameters, bool markAsManualConnectOnFailure) = IssueCredentials;
void IssueCredentials(winrt::hstring const& userName, winrt::hstring const& password, winrt::hstring const& extraParameters, bool const& markAsManualConnectOnFailure);
public void IssueCredentials(string userName, string password, string extraParameters, bool markAsManualConnectOnFailure);
function issueCredentials(userName, password, extraParameters, markAsManualConnectOnFailure)
Public Sub IssueCredentials (userName As String, password As String, extraParameters As String, markAsManualConnectOnFailure As Boolean)
參數
- userName
-
String
Platform::String
winrt::hstring
無線因特網服務提供者漫遊 (WISPr) 驗證通訊協定的 UserName 參數。 IssueCredentials 會在將值提交至伺服器之前執行 URL 編碼。 如果這個字串是空的,則會略過對應的驗證參數。
- password
-
String
Platform::String
winrt::hstring
WISPr 驗證通訊協定的 Password 參數。 IssueCredentials 會在將值提交至伺服器之前執行 URL 編碼。 如果這個字串是空的,則會略過對應的驗證參數。
- extraParameters
-
String
Platform::String
winrt::hstring
要附加至驗證字串的其他參數。 IssueCredentials 會將此參數附加在 HTTP POST 字串的 “&” 字元後面,就像沒有編碼。 這可用來新增多個參數。 此參數的預設值是空字串。
- markAsManualConnectOnFailure
-
Boolean
bool
如果 為 true,應用程式會永久停用連線上的自動連線屬性。 如果驗證失敗,連線將會中斷連線,而不會在目前的用戶會話中重試。 否則為 false。
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|
備註
呼叫 IssueCredentials 之後,驗證內容就會完成,且不應再次呼叫 IssueCredentials、 AbortAuthentication 或 SkipAuthentication 。