10.28.13

SessionProperties.MinimumTlsProtocolVersion Property

The oldest TLS protocol version to negotiate when connecting to the broker using a secure protocol. Valid protocols are 'TLSv1.1', 'TLSv1.2', and 'TLSv1.3'.
Default: "TLSv1.2"

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.1
C#
public string MinimumTlsProtocolVersion { get; set; }

Property Value

String

See Also