|
RadiusClient(String, 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,
string sharedSecret
)
Public Sub New (
serverName As String,
sharedSecret As String
)
public:
RadiusClient(
String^ serverName,
String^ sharedSecret
)
new :
serverName : string *
sharedSecret : string -> RadiusClient
GSF.Communication.Radius.RadiusClient = function(serverName, sharedSecret);
View SourceParameters
- serverName String
- Name or address of the RADIUS server.
- sharedSecret String
- Shared secret used for encryption and authentication.
See Also