Show / Hide Table of Contents

Class MirageLicenseConfiguration

Provides typed configuration for the Mirage license provider.

Inheritance
System.Object
LicenseConfiguration
MirageLicenseConfiguration
LicenseConfiguration.Add(String, Object)
LicenseConfiguration.ConfigureMaintenanceMapping(String)
LicenseConfiguration.ConfigureMaintenanceMapping(String, String)
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 Source

Item[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
LicenseConfiguration.Item[String]
View Source

ReadKey

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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)

See Also

LicenseConfiguration
  • View Source
Back to top Generated by DocFX