RadiusClient Methods

Methods

Authenticate(String, String) Authenticates the username and password against the RADIUS server.
Authenticate(String, String, Byte) Authenticates the username and password against the RADIUS server.
CheckDisposed Helper method to check whether or not the object instance has been disposed.
CreateNewPin Create a new pin for the user.
Dispose Releases the used resources.
Dispose(Boolean) Releases the used resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsUserInNewPinMode Determines whether or not the response indicates that the user account is in "New Pin" mode.
IsUserInNextTokenMode Determines whether or not the response indicates that the user account is in "Next Token" mode.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ProcessRequest Send a request to the server and waits for a response back.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also