Click or drag to resize

PacketType Enumeration

Specifies the type of the RadiusPacket.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public enum PacketType
Members
Member nameValueDescription
AccessRequest1 Packet sent to a RADIUS server for verification of credentials.
AccessAccept2 Packet sent by a RADIUS server when credential verification is successful.
AccessReject3 Packet sent by a RADIUS server when credential verification is unsuccessful.
AccountingRequest4 Not used. No description available. [RFC 2882]
AccountingResponse5 Not used. No description available. [RFC 2882]
AccountingStatus6 Not used. No description available. [RFC 2882]
PasswordRequest7 Not used. No description available. [RFC 2882]
PasswordAccept8 Not used. No description available. [RFC 2882]
PasswordReject9 Not used. No description available. [RFC 2882]
AccountingMessage10 Not used. No description available. [RFC 2882]
AccessChallenge11 Packet sent by a RADIUS server when further information is needed for credential verification.
StatuServer12 Not used. No description available. [RFC 2882]
StatusClient13 Not used. No description available. [RFC 2882]
See Also