RavenDBSecuredServerSettings Properties
Class Properties 4 members
Represents secured settings for a RavenDB server, including certificate information and a public server URL.
The password for the certificate file, if required.
public string? CertificatePassword { get; } The path to the certificate file.
public string CertificatePath { get; } Optional client certificate that will be used by client components (for example health checks or ensure-database logic) when connecting to this secured RavenDB server.
public X509Certificate2? ClientCertificate { get; init; } The public server URL (domain) that the secured RavenDB server will expose.
public string PublicServerUrl { get; }