Class AdvancedTlsSettings
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
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
TlsFingerPrint
TLS fingerprint settings
public TlsFingerPrint? TlsFingerPrint { get; set; }