Table of Contents

Class AdvancedTlsSettings

Namespace
Fluxzy.Clients.Ssl
Assembly
Fluxzy.Core.dll
public class AdvancedTlsSettings
Inheritance
AdvancedTlsSettings
Inherited Members

Properties

ExportCertificateInSslInfo

Gets or sets a value indicating whether the server certificate should be included in SSL connection information.

public bool ExportCertificateInSslInfo { get; set; }

Property Value

bool

Remarks

When enabled, the SSL information will contain the full server certificate details, which may be useful for diagnostics or auditing. If disabled, certificate details will not be exported in the SSL info. This setting does not affect the establishment of the SSL connection itself.

H2StreamSetting

H2 stream settings

public H2StreamSetting? H2StreamSetting { get; set; }

Property Value

H2StreamSetting

TlsFingerPrint

TLS fingerprint settings

public TlsFingerPrint? TlsFingerPrint { get; set; }

Property Value

TlsFingerPrint