Click or drag to resize

ContextFactoryPropertiesCryptoLibraryName Property

version: 10.22.0
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

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

Property Value

Type: String
See Also