Click or drag to resize

PolicyManager Class

Contains methods to manipulate policies. Policies are validation rules to validate passwords against.
Inheritance Hierarchy

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class PolicyManager : BaseManager

The PolicyManager type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetCategoryPolicy
Returns a policy that matches the given category.
Public methodGetHashCode (Inherited from Object.)
Public methodGetPolicies
Returns a list of all available policies.
Public methodGetPolicy
Returns the policy that matches the given ID.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also