Class KeyInfo
Base class for key infos.
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 abstract class KeyInfo
Constructors
View SourceKeyInfo(String)
Create and initialize a new instance of the KeyInfo class.
Declaration
protected KeyInfo(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key value. |
Properties
View SourceKey
Gets string representation of the key.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |