RasSecurityDialogComplete function (rasshost.h)
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.
Syntax
void RasSecurityDialogComplete(
[in] SECURITY_MESSAGE *pSecMsg
);
Parameters
[in] pSecMsg
Pointer to the SECURITY_MESSAGE structure that specifies the results of the authentication transaction.
Return value
None
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | rasshost.h |
DLL | Rasman.dll |
See also
RAS Server Administration Functions