Class AdminSettings.AdminLicenseServerSettings
Configuration settings for the license server. Only available when the Kepware server supports licensing via license server like the TKE.
public class AdminSettings.AdminLicenseServerSettings
- Inheritance
-
AdminSettings.AdminLicenseServerSettings
- Inherited Members
Constructors
- AdminLicenseServerSettings(AdminSettings)
Configuration settings for the license server. Only available when the Kepware server supports licensing via license server like the TKE.
Properties
- AllowInsecureComms
Allows insecure (non-TLS) communication with the licensing server.
- AllowSelfSignedCerts
Allows the use of self-signed certificates for licensing server communication.
- ClientAlias
Custom alias used for requesting a license from the licensing server (character limit: 63).
- Enable
Enables or disables the connection to the licensing server.
- Name
Host name or IP address for the license server (character limit is 63 characters).
- Port
The port number used to connect to license server for non-TLS connections
- RecheckIntervalMinutes
Time interval (in minutes) between automatic license state checks.
- SslPort
The port number used for TLS-secured connections to the licensing server.