SessionProperties.SSLTrustedCommonNameList Property

Solclient

SessionPropertiesSSLTrustedCommonNameList Property
version: 7.2.1.27
Specifies a comma separated list of acceptable common names in certificate validation. The number of common names specified by an applications is limited to 16. If the application does not provide any common names, there is no common name verification.
Default: empty string

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

Property Value

Type: String
See Also