SessionProperties.SSLConnectionDowngradeTo Property

Solclient

SessionPropertiesSSLConnectionDowngradeTo Property
version: 7.2.1.27
Specifies a transport protocol that SSL connection will be downgraded to after client authentication. Allowed transport protocol is "PLAIN_TEXT"
Default: null

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 SSLConnectionDowngradeTo { get; set; }
Public Property SSLConnectionDowngradeTo As String
	Get
	Set
public:
property String^ SSLConnectionDowngradeTo {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also