confluent-kafka-dotnet
Show / Hide Table of Contents

Enum DekFormat

Dek format.

Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
[DataContract(Name = "dekFormat")]
[JsonConverter(typeof(StringEnumConverter))]
public enum DekFormat

Fields

Name Description
AES128_GCM
AES256_GCM
AES256_SIV
In this article