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.
Note Internet Authentication Service (IAS) was renamed Network Policy Server (NPS) starting with Windows Server 2008. The content of this topic applies to both IAS and NPS.
Syntax
typedef enum _RADIUS_CODE {
rcUnknown,
rcAccessRequest,
rcAccessAccept,
rcAccessReject,
rcAccountingRequest,
rcAccountingResponse,
rcAccessChallenge,
rcDiscard
} RADIUS_CODE;
Constants
rcUnknownThe packet type is unrecognized. This is used to indicate that the disposition of a request is not being set by this extension DLL. |
rcAccessRequestRADIUS Access-Request packet. See RFC 2865 for more information. |
rcAccessAcceptRADIUS Access-Accept packet. See RFC 2865 for more information. |
rcAccessRejectRADIUS Access-Reject packet. See RFC 2865 for more information. |
rcAccountingRequestRADIUS Accounting-Request packet. See RFC 2866 for more information. |
rcAccountingResponseRADIUS Accounting-Response packet. See RFC 2866 for more information. |
rcAccessChallengeRADIUS Access-Challenge packet. See RFC 2865 for more information. |
rcDiscardThe packet was discarded. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | authif.h |