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 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 rasshost.h
DLL Rasman.dll

另请参阅

RAS 服务器管理功能

RasSecurityDialogBegin

RasSecurityDialogEnd

远程访问服务 (RAS) 概述

SECURITY_MESSAGE