confluent-kafka-dotnet
Show / Hide Table of Contents

Class ScramCredentialInfo

Specification of a ScramCredential corresponding to a user.

Inheritance
object
ScramCredentialInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ScramCredentialInfo

Properties

Iterations

The iterations of the ScramCredentialInfo

Declaration
public int Iterations { get; set; }
Property Value
Type Description
int

Mechanism

The Mechanism of the ScramCredentialInfo

Declaration
public ScramMechanism Mechanism { get; set; }
Property Value
Type Description
ScramMechanism

Methods

ToString()

Returns a JSON representation of the ScramCredentialInfo object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation the ScramCredentialInfo object.

Overrides
object.ToString()
In this article