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: 6.0.0.0 (6.0.6225.27214)
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