RADIUSAttribute Type
This type holds details of the RADIUS attribute.
Remarks
This type holds details of the RADIUS attribute such as type and value.
Fields
|
|
AttributeType int |
The type of the attribute.
This field identifies the type of the attribute. Common values are:
| | AttributeType | Meaning | 1 | User-Name | 2 | User-Password | 3 | CHAP-Password | 4 | NAS-IP-Address | 5 | NAS-Port | 6 | Service-Type | 7 | Framed-Protocol | 8 | Framed-IP-Address | 9 | Framed-IP-Netmask | 10 | Framed-Routing | 11 | Filter-Id | 12 | Framed-MTU | 13 | Framed-Compression | 14 | Login-IP-Host | 15 | Login-Service | 16 | Login-TCP-Port | 17 | (unassigned) | 18 | Reply-Message | 19 | Callback-Number | 20 | Callback-Id | 21 | (unassigned) | 22 | Framed-Route | 23 | Framed-IPX-Network | 24 | State | 25 | Class | 26 | Vendor-Specific | 27 | Session-Timeout | 28 | Idle-Timeout | 29 | Termination-Action | 30 | Called-Station-Id | 31 | Calling-Station-Id | 32 | NAS-Identifier | 33 | Proxy-State | 34 | Login-LAT-Service | 35 | Login-LAT-Node | 36 | Login-LAT-Group | 37 | Framed-AppleTalk-Link | 38 | Framed-AppleTalk-Network | 39 | Framed-AppleTalk-Zone | 40-59 | Reserved for accounting | 60 | CHAP-Challenge | 61 | NAS-Port-Type | 62 | Port-Limit | 63 | Login-LAT-Port |
|
Name String |
A text description of the attribute type.
This field holds a text description of the AttributeType.
|
Value String |
The attribute value.
|
ValueB byte [] |
The attribute value.
|
Constructors
public RADIUSAttribute();
public RADIUSAttribute(int attributeType);
public RADIUSAttribute(int attributeType, byte [] value);