confluent-kafka-dotnet
Show / Hide Table of Contents

Enum AuthCredentialsSource

Auth credentials source.

Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public enum AuthCredentialsSource

Fields

Name Description
SaslInherit

Credentials are specified via the sasl.username and sasl.password configuration properties.

UserInfo

Credentials are specified via the schema.registry.basic.auth.user.info config property in the form username:password. If schema.registry.basic.auth.user.info is not set, authentication is disabled.

In this article