AndConstraint Class
This [AndConstraint] contains a collection of constraints that will be grouped together as a bitwise AND operation. It is responsible for validating the containing IConstraints and will be valid as long as all the constraints contained are valid. The purpose of this is to allow a user to force multiple constraints to pass before allowing the license to be valid.
Assembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
public class AndConstraint : AbstractContainerConstraint
Public Class AndConstraint _ Inherits AbstractContainerConstraint
public ref class AndConstraint : public AbstractContainerConstraint
Inheritance Hierarchy
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractLicenseData
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractConstraint
CAS.Lib.CodeProtect.LicenseDsc..::..AbstractContainerConstraint
CAS.Lib.CodeProtect.LicenseDsc.Constraints..::..AndConstraint