Class KmsClients
Inherited Members
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
| Type | Name | Description |
|---|---|---|
| string | id | |
| IKmsClient | kmsClient |
Get(string)
Declaration
public static IKmsClient Get(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id |
Returns
| Type | Description |
|---|---|
| IKmsClient |