На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

RAS Security DLL Authentication Transaction



The Windows NT RAS server calls the security DLL's RasSecurityDialogBegin function to begin an authentication of a remote user. The RAS server is blocked and cannot accept any other calls until RasSecurityDialogBegin returns. For this reason, RasSecurityDialogBegin should copy the input parameters, create a thread to perform the authentication, and return as quickly as possible.

The thread created by the security DLL uses the RasSecurityDialogSend and RasSecurityDialogReceive functions to communicate with the remote computer. These functions are not available for static import from any library. Instead, the security DLL must use the LoadLibrary and GetProcAddress functions to dynamically link to these functions in RASMAN.DLL.
During an authentication transaction, the RAS connection manager on the remote computer displays a terminal window. The thread of the security DLL calls RasSecurityDialogSend to send a message to display in the terminal window. The thread then calls RasSecurityDialogReceive to receive the input that the remote user types in the terminal window. The thread can make any number of RasSecurityDialogSend calls, with each call followed by a RasSecurityDialogReceive call. After each call to RasSecurityDialogReceive, the thread must call one of the wait functions, such as WaitForSingleObject
, to wait for the asynchronous send and receive operations to be completed. The RAS server signals an event object when the receive operation has been completed or when an optional time-out interval has elapsed.

When the thread has finished authenticating the remote user, it calls the RasSecurityDialogComplete function. This call passes a SECURITY_MESSAGE structure containing the results of the authentication transaction to the RAS server. The RAS server then performs a cleanup sequence that includes a call to the DLL's RasSecurityDialogEnd function. This gives the security DLL an opportunity to perform any necessary cleanup.
The security DLL can call the RasSecurityDialogGetInfo function to retrieve information about the port associated with an authentication transaction. RasSecurityDialogGetInfo fills in a RAS_SECURITY_INFO structure that indicates the state of the last RasSecurityDialogReceive call for the port


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

СДЕЛКА Аутентификации RAS Security DLL



Сервер Windows NT RAS называет функцию безопасности DLL's RasSecurityDialogBegin, чтобы начинать аутентификацию дистанционного пользователя. Сервер RAS заблокирован и не может принять любые другие вызовы до возврат RasSecurityDialogBegin. По этой причине, RasSecurityDialogBegin должен копировать входные параметры, создавать резьбу, чтобы выполнять аутентификацию и возвращать как можно быстрее.

Резьба созданная безопасностью DLL использует RasSecurityDialogSend и функции RasSecurityDialogReceive, чтобы связываться с дистанционным компьютером. Эти функции не доступны для статического импорта из любой библиотеки. Взамен, безопасность DLL должна использовать LoadLibrary и функции GetProcAddress, чтобы динамически связываться в эти функции в RASMAN.DLL.
В течение сделки аутентификации, менеджер связи RAS на дистанционных дисплеях компьютера терминальное окно. Резьба безопасности DLL вызывает RasSecurityDialogSend, чтобы посылать сообщение, чтобы отображаться в терминальном окне. Резьба затем вызывает RasSecurityDialogReceive, чтобы получать ввод, который дистанционный пользователь заносит терминальное окно. Резьба может сделать любым числом вызовов RasSecurityDialogSend, с каждым вызовом сопровожденным вызовом RasSecurityDialogReceive. После каждого вызова на RasSecurityDialogReceive, резьба должна вызвать одну из функций ожидания, как например, WaitForSingleObject , чтобы ждать асинхронный посылать и получать операции, которые нужно завершаться. Сервер RAS сигнализирует объект события когда операция приемника завершена или когда дополнительный интервал задержки прошел.

Когда резьба завершила удостоверяя дистанционного пользователя, она вызывает функцию RasSecurityDialogComplete. Этот вызов передает структуру SECURITY_MESSAGE, содержащую результаты сделки аутентификации в сервер RAS. Сервер RAS затем выполняет последовательность очистки, которая включает вызов в функцию DLL's RasSecurityDialogEnd. Это дает безопасности DLL возможность выполнять любую необходимую очистку.
Безопасность DLL может вызвать функцию RasSecurityDialogGetInfo, чтобы извлекать информацию о порту связанном сделкой аутентификации. RasSecurityDialogGetInfo ЗАПОЛНЯЕТ структуру RAS_SECURITY_INFO, которая указывает состояние последнего призыва RasSecurityDialogReceive к порту


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz