Authenticate Method
Authenticates the user.
Syntax
[VB.NET] Public Sub Authenticate()
[C#] public void Authenticate();
Remarks
This method authenticates the user with the RADIUS server.
If authentication is successful this method returns without error. If authentication fails this method will throw an exception.
This following properties are applicable when calling this method:
- User (required)
- Password (required)
- SharedSecret (required)
- RemoteHost (required)
- RemotePort
- Timeout