Class DekId
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
public record DekId : IEquatable<DekId>
Constructors
Declaration
public DekId(string KekName, string Subject, int? Version, DekFormat? DekFormat, bool LookupDeletedDeks)
Parameters
Properties
Declaration
public DekFormat? DekFormat { get; init; }
Property Value
KekName
Declaration
public string KekName { get; init; }
Property Value
LookupDeletedDeks
Declaration
public bool LookupDeletedDeks { get; init; }
Property Value
Subject
Declaration
public string Subject { get; init; }
Property Value
Version
Declaration
public int? Version { get; init; }
Property Value
Implements