Class MirageLicenseConfiguration
Provides typed configuration for the Mirage license provider.
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.Mirage.Configuration
Assembly: Sartorius.SAF.Licensing.Mirage.dll
Syntax
public abstract class MirageLicenseConfiguration : LicenseConfiguration
Properties
View SourceItem[String]
Gets the configuration entry with the specified key.
Declaration
public override object this[string key] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
Property Value
Type | Description |
---|---|
System.Object | The System.Object. |
Overrides
View SourceReadKey
Gets the read key.
Declaration
public abstract SecureString ReadKey { get; }
Property Value
Type | Description |
---|---|
System.Security.SecureString | The read key. |
Remarks
This key is used for decryption of the license file. It is generated when the Mirage license is created.