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 Integer |
The type of the attribute. This field identifies the type of the attribute. Common values are:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
[VB.NET] Public RADIUSAttribute() [C#] public RADIUSAttribute();
[VB.NET] Public RADIUSAttribute(ByVal AttributeType As Integer) [C#] public RADIUSAttribute(int attributeType);
[VB.NET] Public RADIUSAttribute(ByVal AttributeType As Integer, ByVal Value As String) [C#] public RADIUSAttribute(int attributeType, byte[] value);