Ilumnis Authentication

IAuthenticationValidator Interface

Interface used implement authentication validators. Authentication validators perform checks on authentication variables and throw exceptions in case of faulty values. IExSys.Authentication module provides StandardValidator, applications using this module can use their own classes for validation, or can inherit StandardValidator to extend / modify it's behaviour.

For a list of all members of this type, see IAuthenticationValidator Members.

public interface IAuthenticationValidator

Types that implement IAuthenticationValidator

Type Description
StandardValidator Standard implementation of IAuthenticationValidator interface. Validates identifiers and length of variables.

Requirements

Namespace: IExSys.Authentication.Validation

Assembly: IExSys.Authentication (in IExSys.Authentication.dll)

See Also

IAuthenticationValidator Members | IExSys.Authentication.Validation Namespace