ValidationResult

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Values that represent license restriction validation codes.

public enum ValidationResult

Fields

BadFormat = 1

Represents a bad format restriction option.

Expired = 2

Represents a restriction that has the expire date passed.

Invalid = 3

Represents a restriction that has not passed the validation.

Valid = 0

Represents a valid restriction option.

Last updated