Class Tls
Represents the TLS configuration for Chronicle.
public class Tls
- Inheritance
-
Tls
- Inherited Members
Properties
CertificatePassword
Gets or sets the password for the certificate file.
public string? CertificatePassword { get; set; }
Property Value
CertificatePath
Gets or sets the path to the certificate file for TLS.
public string? CertificatePath { get; set; }
Property Value
IsDisabled
Gets whether TLS is enabled.
public bool IsDisabled { get; }