confluent-kafka-dotnet
Show / Hide Table of Contents

Class AzureKmsDriver

Inheritance
object
AzureKmsDriver
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.Azure
Assembly: Confluent.SchemaRegistry.Encryption.Azure.dll
Syntax
public class AzureKmsDriver : IKmsDriver

Fields

ClientId

Declaration
public static readonly string ClientId
Field Value
TypeDescription
string

ClientSecret

Declaration
public static readonly string ClientSecret
Field Value
TypeDescription
string

Prefix

Declaration
public static readonly string Prefix
Field Value
TypeDescription
string

TenantId

Declaration
public static readonly string TenantId
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