BabelManagementConfiguration

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

BabelManagement configuration

public class BabelManagementConfiguration : BabelServiceConfiguration

Inheritance

objectBabelServiceConfigurationBabelManagementConfiguration

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

BabelManagementConfiguration()

Default class constructor.

public BabelManagementConfiguration()

Properties

ApiKey

The API key

public string ApiKey { get; set; }

Property Value

string

Username

The Username to use for authentication

public string Username { get; set; }

Property Value

string

Last updated