Skip to content
DocsTry Aspire
DocsTry

GatewayTlsConfigV1 Properties

ClassProperties2 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; }