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
Type Description
string

Secret

Declaration
public static readonly string Secret
Field Value
Type Description
string

Methods

GetKeyUrlPrefix()

Declaration
public string GetKeyUrlPrefix()
Returns
Type Description
string

NewKmsClient(IDictionary<string, string>, string)

Declaration
public IKmsClient NewKmsClient(IDictionary<string, string> config, string keyUrl)
Parameters
Type Name Description
IDictionary<string, string> config
string keyUrl
Returns
Type Description
IKmsClient

Register()

Declaration
public static void Register()

Implements

IKmsDriver
In this article