Enum SecurityProtocol
SecurityProtocol enum values
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum SecurityProtocol
Fields
| Name | Description |
|---|---|
| Plaintext | Plaintext |
| SaslPlaintext | SaslPlaintext |
| SaslSsl | SaslSsl |
| Ssl | Ssl |