RADIUS_EXTENSION_POINT Enumeration
The RADIUS_EXTENSION_POINT enumeration type enumerates the possible points in the RADIUS request process when the RadiusExtensionProcess2 function can be called.
typedef enum _RADIUS_EXTENSION_POINT
{
repAuthentication,
repAuthorization
}RADIUS_EXTENSION_POINT;
Constants
repAuthentication
Indicates that the RadiusExtensionProcess2 function is called at the point in the request process where authentication occurs.repAuthorization
Indicates that the RadiusExtensionProcess2 function is called at the point in the request process where authorization occurs.
Remarks
The repPoint member of the RADIUS_EXTENSION_CONTROL_BLOCK structure is of type RADIUS_EXTENSION_POINT.
See Implementing DLLs to Extend IAS for a diagram that shows the request process.
Requirements
Server |
Requires Windows Server 2008 or Windows Server 2003. |
Header |
Declared in AuthIf.h. |
See Also
About Internet Authentication Service
Internet Authentication Service Reference
Internet Authentication Service Enumerations
RadiusExtensionProcess2
RADIUS_EXTENSION_CONTROL_BLOCK
Send comments about this topic to Microsoft
Build date: 10/1/2007