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.0.0.0 (7.0.6906.26599)
Syntax
C#
public interface IAuthenticationValidator

The IAuthenticationValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateAuthentication
Validates authentication parameters.
Top
See Also