BabelLicensingConfiguration
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
BabelLicensing configuration
public class BabelLicensingConfiguration : BabelServiceConfiguration
Inheritance
object ← BabelServiceConfiguration ← BabelLicensingConfiguration
Inherited Members
BabelServiceConfiguration.ServiceUrl, BabelServiceConfiguration.ClientId, BabelServiceConfiguration.ClientName, BabelServiceConfiguration.MachineId, BabelServiceConfiguration.ChannelOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BabelLicensingConfiguration()
public BabelLicensingConfiguration()
Properties
LicenseFactory
Gets or sets the license factory
public ILicenseFactory LicenseFactory { get; set; }
Property Value
SignatureProvider
Gets or sets the signature provider
public ISignatureProvider SignatureProvider { get; set; }
Property Value
Last updated