Click or drag to resize

RadiusClient(String, Int32, String) Constructor

Creates an instance of RADIUS client for sending request to a RADIUS server.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public RadiusClient(
	string serverName,
	int serverPort,
	string sharedSecret
)
View Source

Parameters

serverName  String
Name or address of the RADIUS server.
serverPort  Int32
Port number of the RADIUS server.
sharedSecret  String
Shared secret used for encryption and authentication.
See Also