|
RadiusClient(String, Int32, String) Constructor
|
Creates an instance of RADIUS client for sending request to a RADIUS server.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public RadiusClient(
string serverName,
int serverPort,
string sharedSecret
)
public:
RadiusClient(
String^ serverName,
int serverPort,
String^ sharedSecret
)
new :
serverName : string *
serverPort : int *
sharedSecret : string -> RadiusClient
GSF.Communication.Radius.RadiusClient = function(serverName, serverPort, sharedSecret);
View SourceParameters
- 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