| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ProcessRequest | Send a request to the server and waits for a response back. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |