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
TypeNameDescription
stringid
IKmsClientkmsClient

Get(string)

Declaration
public static IKmsClient Get(string id)
Parameters
TypeNameDescription
stringid
Returns
TypeDescription
IKmsClient
In this article