Skip to content
Docs Try Aspire
Docs Try

GatewayTlsConfigV1 Properties

Class Properties 2 members
TLS configuration for a Gateway listener.
Gets the certificate references for TLS termination.
public List<GatewayCertificateRefV1> CertificateRefs { get; }
Gets or sets the TLS mode. Common values are "Terminate" (Gateway decrypts) and "Passthrough" (backend decrypts).
public string Mode { get; set; }