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: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public interface IAuthenticationValidator

The IAuthenticationValidator type exposes the following members.

Methods
  NameDescription
Public methodValidateAuthentication
Validates authentication parameters.
Top
See Also