Click or drag to resize

SessionPropertiesSSLTrustStoreDir Property

version: 10.22.0
Specifies the directory where the trusted certificates are. A maximum of 64 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: 10.22.0
Syntax
C#
public string SSLTrustStoreDir { get; set; }

Property Value

Type: String
See Also