Ant Organisation Ltd documentation

AuthenticationServerBase Members

AuthenticationServerBase overview

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAutomaticallyLoggedOnUser Gets the automatically logged on user
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
GetUserFromUsername Gets the User object from a username
GetUsers Gets Users object which represents the users in the provider
Init Initialisation method, called by the SecurityManager
Logon Gets an AuthenticatedUser from a username and parameters
SupportsAutomaticAuthentication Returns true if the authentication server supports automatic authentication, such as the NT authenticator
ToString (inherited from Object)Returns a String that represents the current Object.
ValidateToken Method to which validates an authentication token, this base implementation provides a secure hashing method based on MD5.

Protected Instance Constructors

AuthenticationServerBase Constructor Constructor

Protected Instance Properties

Provider Gets the name of the provider which this authentication server represents

Protected Instance Methods

CheckUsernameAndPassword Overriden to check username and password and return valid token
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AuthenticationServerBase Class | Ant.Security.Base Namespace