Class InvalidKeyInfo
This class represents the information of a invalid 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 SourceInvalidKeyInfo(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 SourceValidity
Gets a value indicating whether the key is valid.
Declaration
public KeyValidityType Validity { get; }
Property Value
Type | Description |
---|---|
KeyValidityType |