Table of Contents

Class Tls

Namespace
Cratis.Chronicle
Assembly
Cratis.Chronicle.dll

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

string

CertificatePath

Gets or sets the path to the certificate file for TLS.

public string? CertificatePath { get; set; }

Property Value

string

IsDisabled

Gets whether TLS is enabled.

public bool IsDisabled { get; }

Property Value

bool