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.
Type | Description |
---|---|
StandardValidator | Standard implementation of IAuthenticationValidator interface. Validates identifiers and length of variables. |
Namespace: IExSys.Authentication.Validation
Assembly: IExSys.Authentication (in IExSys.Authentication.dll)
IAuthenticationValidator Members | IExSys.Authentication.Validation Namespace