Click or drag to resize

ContextFactoryProperties Properties

version: 10.22.0

The ContextFactoryProperties type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the count of properties.
(Inherited from BaseProperties.)
Public propertyCryptoLibraryName
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
Public propertyDBQuantaSize_0
The size of data buffers in the pool of smallest buffers. The valid range is > 0. Default: 10240 bytes
Public propertyDBQuantaSize_1
The size of data buffers in the second pool of buffers. The valid range is > 0. Default: 32768 bytes
Public propertyDBQuantaSize_2
The size of data buffers in the third pool of buffers. The valid range is > 0. Default: 65536 bytes
Public propertyDBQuantaSize_3
The size of data buffers in the fourth pool of buffers. The valid range is > 0. Default: 262144 bytes
Public propertyDBQuantaSize_4
The size of data buffers in the fifth pool of buffers. The valid range is > 0. Default: 1048576 bytes
Public propertyGssLibraryName
The GSS Kerberos library name. Default: Operating system dependent:
  • libgssapi_krb5.so.2 for Linux
  • mech_krb5.so.1 for Solaris
  • secur32.dll for Windows
Public propertyLogDelegate
Log info delegate.
Public propertyMaxPoolMemory
The maximum amount of memory the API can save in its data and message pools. Once it reaches this size, datablocks are released back to heap and are not kept in a API pool. Default: 1073741824 bytes
Public propertySolClientLogLevel
An unmanaged SolClient API logging error level.
Public propertyTlsLibraryName
The TLS (Transport Layer Security) and SSL (Secure Sockets Layer) library name. Default: Operating system dependent:
  • libssl.so for Unix (including Linux and AIX)
  • libssl.dylib for MacOSX
  • SSL1$LIBSSL_SHR.EXE for OpenVMS
  • ssleay32.dll for Windows
Top
See Also