confluent-kafka-dotnet
Show / Hide Table of Contents

Class ScramCredentialInfo

Specification of a ScramCredential corresponding to a user.

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

Properties

Iterations

The iterations of the ScramCredentialInfo

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

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
System.String

A JSON representation the ScramCredentialInfo object.

Overrides
System.Object.ToString()
In This Article