10.26.0

ContextFactoryPropertiesTlsLibraryName Property

The TLS (Transport Layer Security) and SSL (Secure Sockets Layer) library name. Default: Operating system dependent:
  • libssl.so.3 for Unix (including Linux and AIX)
  • libssl.3.dylib for MacOSX
  • SSL1$LIBSSL_SHR.EXE for OpenVMS
  • ssleay32.dll for Windows

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.26.0
C#
public string TlsLibraryName { get; set; }

Property Value

String

See Also