共用方式為


RasSecurityDialogComplete 函式 (rasshost.h)

RasSecurityDialogComplete 函式會通知 RAS 伺服器第三方安全性驗證交易的結果。 第三方 RAS 安全性 DLL 會在完成遠端使用者的驗證時呼叫 RasSecurityDialogComplete

當伺服器呼叫安全性 DLL 的 RasSecurityDialogBegin 進入點時,RAS 伺服器會將指標傳遞至 RasSecurityDialogComplete 函式。

注意Windows Server 2008、Windows Server 2003、Windows 2000 Server 和 Windows NT Server 4.0 目前僅提供序列裝置的 RAS 安全性主機支援。 不支援其他類型的連線,例如整合式服務數位網路 (ISDN) 或虛擬專用網 (VPN) 連線。
 

語法

void RasSecurityDialogComplete(
  [in] SECURITY_MESSAGE *pSecMsg
);

參數

[in] pSecMsg

指定驗證交易結果 之SECURITY_MESSAGE 結構的指標。

傳回值

備註

當安全性 DLL 完成驗證遠端使用者時,它會呼叫 RasSecurityDialogComplete 函式 來報告結果。 RAS 伺服器接著會執行清除順序。 在此清除順序中,RAS 伺服器會呼叫安全性 DLL 的 RasSecurityDialogEnd 函式,以在必要時讓 DLL 有機會執行自己的清除。

規格需求

需求
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 rasshost.h
Dll Rasman.dll

另請參閱

RAS 伺服器管理功能

RasSecurityDialogBegin

RasSecurityDialogEnd

遠端訪問服務 (RAS) 概觀

SECURITY_MESSAGE