confluent-kafka-dotnet
Show / Hide Table of Contents

Class LocalKmsDriver

Inheritance
object
LocalKmsDriver
Implements
IKmsDriver
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 class LocalKmsDriver : IKmsDriver

Fields

Prefix

Declaration
public static readonly string Prefix
Field Value
TypeDescription
string

Secret

Declaration
public static readonly string Secret
Field Value
TypeDescription
string

Methods

GetKeyUrlPrefix()

Declaration
public string GetKeyUrlPrefix()
Returns
TypeDescription
string

NewKmsClient(IDictionary<string, string>, string)

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

Register()

Declaration
public static void Register()

Implements

IKmsDriver
In this article