Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates to the authenticator method the amount of time to wait for user input after the packet is sent. The timeout value can be set to none.
Syntax
typedef enum _EAP_AUTHENTICATOR_SEND_TIMEOUT {
EAP_AUTHENTICATOR_SEND_TIMEOUT_NONE = 0,
EAP_AUTHENTICATOR_SEND_TIMEOUT_BASIC,
EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVE
} EAP_AUTHENTICATOR_SEND_TIMEOUT;
Constants
EAP_AUTHENTICATOR_SEND_TIMEOUT_NONEValue: 0 Sends the packet and never times out; the user can enter a response at any time. |
EAP_AUTHENTICATOR_SEND_TIMEOUT_BASICSends the packet and waits for a standard period of time for a response. |
EAP_AUTHENTICATOR_SEND_TIMEOUT_INTERACTIVESends the packet and waits for a response for a longer period of time to allow for an interactive session. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eapauthenticatortypes.h |