Click or drag to resize

IPasswordPolicy Interface

Validator interface to implement a custom password policy.

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 IPasswordPolicy

The IPasswordPolicy type exposes the following members.

Methods
  NameDescription
Public methodValidatePassword
Validates conformance to a custom password policy. This is typically used when a user sets or changes his password.
Top
See Also