| PolicyPasswordValidationResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class PolicyPasswordValidationResult
The PolicyPasswordValidationResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PolicyPasswordValidationResult | Initializes a new instance of the PolicyPasswordValidationResult class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Errors | 
                Validation errors.
             | 
|  | IsValid | 
                If the password matches the policy.
             | 
|  | MissingCategoryCount | 
                Missing categories until RequiredCategories is fulfilled.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also