10.24.0

ContextFactoryPropertiesCryptoLibraryName Property

The Cryptography library name, this library contains ciphers and algorithms used by TlsLibraryName Default: Operating system dependent:
  • libcrypto.so for Unix (including Linux and AIX)
  • libcrypto.dylib for MacOSX
  • SSL1$LIBCRYPTO_SHR.EXE for OpenVMS
  • libeay32.dll for Windows

Definition

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

Property Value

String

See Also