radius-net : System.Net.Radius Namespace
RadiusPacket

Class to manage radius packet.

public class RadiusPacket


Remarks
Members

See Also: Inherited members from object.

Constructors
To be added.
To be added.
Properties
Attributes [read-only]
ArrayList . To be added.
Authenticator [read-only]
byte[]. To be added.
Identifier [read-only]
int . To be added.
NasPortType
NasPortType . Set the Client NasPortType.
RawData [read-only]
byte[]. To be added.
Type [read-only]
RadiusPacketType . To be added.
Methods
GetBytes () : byte[]
To be added.
SetAttributes (RadiusAttributeType, byte[])
To be added.
Member Details
RadiusPacket Constructor
public RadiusPacket (RadiusPacketType packetType, string sharedsecret)

To be added.

Parameters
packetType
To be added.
sharedsecret
To be added.
Remarks
To be added.

RadiusPacket Constructor
public RadiusPacket (byte[] receivedData, string sharedsecret, byte[] requestAuthenticator)

To be added.

Parameters
receivedData
To be added.
sharedsecret
To be added.
requestAuthenticator
To be added.
Remarks
To be added.

SetAttributes
public void SetAttributes (RadiusAttributeType type, byte[] data)

To be added.

Parameters
type
To be added.
data
To be added.
Remarks
To be added.

GetBytes
public byte[] GetBytes ()

To be added.

Returns
To be added.
Remarks
To be added.

Attributes
public ArrayList Attributes { get; }

To be added.

Value
To be added.
Remarks
To be added.

Type
public RadiusPacketType Type { get; }

To be added.

Value
To be added.
Remarks
To be added.

Authenticator
public byte[] Authenticator { get; }

To be added.

Value
To be added.
Remarks
To be added.

RawData
public byte[] RawData { get; }

To be added.

Value
To be added.
Remarks
To be added.

Identifier
public int Identifier { get; }

To be added.

Value
To be added.
Remarks
To be added.

NasPortType
public NasPortType NasPortType { set; get; }

Set the Client NasPortType.

Value
To be added.
Remarks
To be added.