ADO.NET Provider for Apache Kafka

Build 23.0.8839

SSLServerCertType

The format of the SSL server certificate used to verify the Apache Kafka broker.

Possible Values

USER, PEMKEY_FILE, PEMKEY_BLOB

データ型

string

デフォルト値

"PEMKEY_FILE"

解説

This property is used to determine what format the SSLServerCert property expects. This property can take one of the following values:

USERWindows-only. The certificate store is the name of a Windows certificate store, like MY or Trust. In this mode, SSLServerCert controls the ssl.ca.certificate.stores option.
PEMKEY_FILEThe certificate store is the name of a PEM-encoded file that contains a the server certificate. In this mode, SSLServerCert controls the ssl.ca.location option.
PEMKEY_BLOBThe certificate store is a string that contains the server certificate. In this mode, SSLServerCert controls the ssl.ca.pem option.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839