Show / Hide Table of Contents

Class InvalidKeyInfo

This class represents the information of a invalid key.

Inheritance
System.Object
KeyInfo
InvalidKeyInfo
KeyInfo.Key
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
[Serializable]
public class InvalidKeyInfo : KeyInfo

Constructors

View Source

InvalidKeyInfo(String, KeyValidityType)

Create and initialize a new instance of the InvalidKeyInfo class.

Declaration
public InvalidKeyInfo(string key, KeyValidityType validity)
Parameters
Type Name Description
System.String key

A key value.

KeyValidityType validity

A validity type of the activation key.

Properties

View Source

Validity

Gets a value indicating whether the key is valid.

Declaration
public KeyValidityType Validity { get; }
Property Value
Type Description
KeyValidityType

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX