10.28.13

SessionProperties.MaximumTlsProtocolVersion Property

The newest 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: ""

Definition

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

Property Value

String

See Also