SessionProperties.SSLTrustStoreDir Property

Solclient

SessionPropertiesSSLTrustStoreDir Property
version: 7.2.1.27
Specifies the directory where the trusted certificates are. A maximum of 32 certificates will be loaded. The maximum depth for the certificate chain verification that shall be allowed is 3.
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 SSLTrustStoreDir { get; set; }
Public Property SSLTrustStoreDir As String
	Get
	Set
public:
property String^ SSLTrustStoreDir {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also