EapMethodAuthenticatorUpdateInnerMethodParams 函式 (eapmethodauthenticatorapis.h)
匯報 從伺服器 EAPHost 呼叫 EapMethodAuthenticatorBeginSession 先前建立的 EAP 驗證會話設定。
EapMethodAuthenticatorUpdateInnerMethodParams 是函式原型。
語法
DWORD EapMethodAuthenticatorUpdateInnerMethodParams(
[in] EAP_SESSION_HANDLE sessionHandle,
[in] DWORD dwFlags,
[in] const WCHAR *pwszIdentity,
[in] const EapAttributes * const pAttributeArray,
[out] EAP_ERROR **ppEapError
);
參數
[in] sessionHandle
EAP_SESSION_HANDLE 結構的指標,其中包含EAPHost伺服器上這個EAP驗證會話的唯一句柄。 這個句柄會在先前呼叫 EapMethodAuthenticatorBeginSession 的 pSessionHandle 參數中傳回。
[in] dwFlags
EAP 旗標的組合,描述更新的 EAP 驗證會話行為。
[in] pwszIdentity
以零結束的 Unicode 字串,其中包含要驗證之使用者更新的身分識別。
[in] pAttributeArray
EapAttributes 陣組結構的指標,指定要驗證之實體的更新EAP屬性。
[out] ppEapError
EAP_ERROR 結構的位址 指標,其中包含執行此函式呼叫期間引發的任何錯誤。 取用錯誤數據之後,必須將錯誤數據的指標傳遞至 EapMethodAuthenticatorFreeErrorMemory,以釋放此記憶體。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | eapmethodauthenticatorapis.h |