The information in this article applies to:
SUMMARYIn a lot of situations it is necessary to exchange some serial data (such as user name, password, or other pre-authentication data) between an RAS client and RAS server before PPP framing starts. From a Windows 95 RAS client, you can accomplish this either programmatically or through user interaction. From a Windows NT RAS client, you can only accomplish this through explicit user interaction. MORE INFORMATIONServerWith Windows NT 3.51 and above it is possible to create an RAS security add-on DLL with certain functions that are invoked before PPP framing starts. The functions in this DLL can carry out a serial data exchange with either a Windows 95 or Windows NT RAS client. For example, it can prompt the client for extra password, or receive input from some other hardware device on the client side. The Win32 SDK sample RASHOST (\MSSDK\SAMPLES\WIN32\WINNT\RASHOST) demonstrates how to write an RAS security DLL for Windows NT. Please see this sample's help file for more information.ClientAn RAS client can send and receive serial data (before PPP framing starts) from the RAS server in the following manner:
© Microsoft Corporation 1997, All Rights Reserved. Additional query words:
Keywords : kbnetwork kbAPI kbNTOS351 kbNTOS400 kbRAS kbSDKPlatform kbWinOS95 kbGrpNet |
Last Reviewed: October 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |