Show / Hide Table of Contents

Enum KeyValidityType

Represents the validity of an activation key.

Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
public enum KeyValidityType

Fields

Name Description
AlreadyApplied

The key was already applied on the current system.

Invalid

The provided value is not a valid key for the current application.

InvalidFeatureId

The key cannot be applied on the current system because the feature id was not found.

InvalidHardware

The key cannot be applied on the current system due to license hardware restrictions.

Extension Methods

CollectionExtensions.AddRange<T, KeyValidityType>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<KeyValidityType>()
  • View Source
Back to top Generated by DocFX