Class UpdateKek
Implements
Inherited Members
Namespace: Confluent.SchemaRegistry.Encryption
Assembly: Confluent.SchemaRegistry.Encryption.dll
Syntax
[DataContract]
public class UpdateKek : IEquatable<UpdateKek>
Properties
Doc
The doc for the KEK.
Declaration
[DataMember(Name = "doc")]
public string Doc { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KmsProps
The KMS properties.
Declaration
[DataMember(Name = "kmsProps")]
public IDictionary<string, string> KmsProps { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Shared
Whether the KEK is shared.
Declaration
[DataMember(Name = "shared")]
public bool Shared { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Equals(UpdateKek)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(UpdateKek other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateKek | other | An object to compare with this object. |
Returns
| Type | Description |
|---|---|
| bool | true if the current object is equal to the |
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for the current object. |