Solclient
SessionPropertiesSSLExcludedProtocols Property |
Specifies a comma separated list of excluded SSL protocol(s).
Valid protocols are 'SSLv3', 'TLSv1', 'TLSv1.1', 'TLSv1.2'.
Default: ""
Default: ""
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string SSLExcludedProtocols { get; set; }
Public Property SSLExcludedProtocols As String Get Set
public: property String^ SSLExcludedProtocols { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also