confluent-kafka-dotnet
Show / Hide Table of Contents

Class KmsClients

Inheritance
object
KmsClients
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public static class KmsClients

Methods

Add(string, IKmsClient)

Declaration
public static void Add(string id, IKmsClient kmsClient)
Parameters
Type Name Description
string id
IKmsClient kmsClient

Get(string)

Declaration
public static IKmsClient Get(string id)
Parameters
Type Name Description
string id
Returns
Type Description
IKmsClient
In this article