Skip to content

Latest commit

 

History

History
96 lines (72 loc) · 3.51 KB

nf-rasshost-rassecuritydialogcomplete.md

File metadata and controls

96 lines (72 loc) · 3.51 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rasshost.RasSecurityDialogComplete
RasSecurityDialogComplete function (rasshost.h)
The RasSecurityDialogComplete function notifies the RAS server of the results of a third-party security authentication transaction.
RasSecurityDialogComplete
RasSecurityDialogComplete function [RAS]
_ras_rassecuritydialogcomplete
rasshost/RasSecurityDialogComplete
rras.rassecuritydialogcomplete
rras\rassecuritydialogcomplete.htm
RRAS
9ebe8b85-7500-405f-98c2-6f51f3339629
12/05/2018
RasSecurityDialogComplete, RasSecurityDialogComplete function [RAS], _ras_rassecuritydialogcomplete, rasshost/RasSecurityDialogComplete, rras.rassecuritydialogcomplete
rasshost.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Rasman.dll
Windows
19H1
RasSecurityDialogComplete
rasshost/RasSecurityDialogComplete
c++
APIRef
kbSyntax
DllExport
Rasman.dll
RasSecurityDialogComplete

RasSecurityDialogComplete function

-description

The RasSecurityDialogComplete function notifies the RAS server of the results of a third-party security authentication transaction. A third-party RAS security DLL calls RasSecurityDialogComplete when it has completed its authentication of the remote user.

The RAS server passes a pointer to the RasSecurityDialogComplete function when the server calls the RasSecurityDialogBegin entry point of the security DLL.

Note  Windows Server 2008, Windows Server 2003, Windows 2000 Server, and Windows NT Server 4.0 currently provide RAS security host support for serial devices only. Other types of connections, such as Integrated Services Digital Network (ISDN) or virtual private network (VPN) connections, are not supported.
 

-parameters

-param pSecMsg [in]

Pointer to the SECURITY_MESSAGE structure that specifies the results of the authentication transaction.

-remarks

When a security DLL has finished authenticating the remote user, it calls the RasSecurityDialogComplete function to report the results. The RAS server then performs a cleanup sequence. As part of this cleanup sequence, the RAS server calls the security DLL's RasSecurityDialogEnd function to give the DLL an opportunity to perform its own cleanup, if necessary.

-see-also

RAS Server Administration Functions

RasSecurityDialogBegin

RasSecurityDialogEnd

Remote Access Service (RAS) Overview

SECURITY_MESSAGE