confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IKmsDriver

Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public interface IKmsDriver

Methods

GetKeyUrlPrefix()

Declaration
string GetKeyUrlPrefix()
Returns
TypeDescription
string

NewKmsClient(IDictionary<string, string>, string)

Declaration
IKmsClient NewKmsClient(IDictionary<string, string> config, string keyUrl)
Parameters
TypeNameDescription
IDictionary<string, string>config
stringkeyUrl
Returns
TypeDescription
IKmsClient
In this article