RADIUS_CODE Enumeration
The RADIUS_CODE enumeration type enumerates the possible RADIUS packet codes.
typedef enum _RADIUS_CODE
{
rcUnknown = 0,
rcAccessRequest = 1,
rcAccessAccept = 2,
rcAccessReject = 3,
rcAccountingRequest = 4,
rcAccountingResponse = 5,
rcAccessChallenge = 11,
rcDiscard = 256
}RADIUS_CODE;
Constants
rcUnknown
The packet type is unrecognized. This is used to indicate that the disposition of a request is not being set by this extension DLL.rcAccessRequest
RADIUS Access-Request packet. See RFC 2865 for more information.rcAccessAccept
RADIUS Access-Accept packet. See RFC 2865 for more information.rcAccessReject
RADIUS Access-Reject packet. See RFC 2865 for more information.rcAccountingRequest
RADIUS Accounting-Request packet. See RFC 2866 for more information.rcAccountingResponse
RADIUS Accounting-Response packet. See RFC 2866 for more information.rcAccessChallenge
RADIUS Access-Challenge packet. See RFC 2865 for more information.rcDiscard
The packet was discarded.
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
SetResponseType
GetResponse
RADIUS_EXTENSION_CONTROL_BLOCK
Send comments about this topic to Microsoft
Build date: 10/1/2007