Ilumnis Authentication

StandardValidator Members

StandardValidator overview

Public Instance Constructors

StandardValidator Constructor Constructs standard validator.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
ToString (inherited from Object) Returns a String that represents the current Object.
ValidateBirthday Validates birthday and adds custom message to exception, if one is thrown.
ValidateDomainId Validates domainId and adds custom message to exception, if one is thrown.
ValidateDomainName Validates domainName and adds custom message to exception, if one is thrown.
ValidateFirstName Validates firstName and adds custom message to exception, if one is thrown.
ValidateLastName Validates lastName and adds custom message to exception, if one is thrown.
ValidateMiddleName Validates middleName and adds custom message to exception, if one is thrown.
ValidatePassword Validates password and adds custom message to exception, if one is thrown.
ValidateRightId Validates rightId and adds custom message to exception, if one is thrown.
ValidateRightName Validates rightName and adds custom message to exception, if one is thrown.
ValidateRoleId Validates roleId and adds custom message to exception, if one is thrown.
ValidateRoleName Validates roleName and adds custom message to exception, if one is thrown.
ValidateUserId Validates userId and adds custom message to exception, if one is thrown.
ValidateUserName Validates userName and adds custom message to exception, if one is thrown.

Protected Instance Methods

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

StandardValidator Class | IExSys.Authentication.Validation Namespace