Class KekId
Implements
Inherited Members
Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public record KekId : IEquatable<KekId>
Constructors
KekId(string, bool)
Declaration
public KekId(string Name, bool LookupDeletedKeks)
Parameters
| Type | Name | Description |
|---|---|---|
| string | Name | |
| bool | LookupDeletedKeks |
Properties
LookupDeletedKeks
Declaration
public bool LookupDeletedKeks { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; init; }
Property Value
| Type | Description |
|---|---|
| string |