Click or drag to resize

IAuthenticationValidator Interface

Validator interface to implement a custom authentication mechanism.

Namespace:  PDTec.IceNet.Domain.UserManagement
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IAuthenticationValidator

The IAuthenticationValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateAuthentication
Validates authentication parameters.
Top
See Also