Click or drag to resize
PasswordValidationAssemblyResult Class

[This is preliminary documentation and is subject to change.]

The result of a password validation
Inheritance Hierarchy
SystemObject
  Netadmin.Assembly.BaseClassesPasswordValidationAssemblyResult

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[SerializableAttribute]
public class PasswordValidationAssemblyResult

The PasswordValidationAssemblyResult type exposes the following members.

Constructors
  NameDescription
Public method void PasswordValidationAssemblyResult
Initializes a new instance of the PasswordValidationAssemblyResult class
Top
Properties
  NameDescription
Public propertyBooleanIsOk
If the validation passed or not
Top
Methods
Operators
Fields
  NameDescription
Public field void Messages
An array of messages related to the validation
Top
See Also