public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Encryption configuration for a Cloud Spanner database.
The Cloud KMS key to be used for encrypting and decrypting
the database. Values are of the form
projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `EncryptionConfig` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace for .NET, used for configuring Cloud Spanner database encryption."],["The page offers access to documentation for various versions of the `EncryptionConfig` class, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05."],["The `EncryptionConfig` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `EncryptionConfig` class include `KmsKeyName` (a string) and `KmsKeyNameAsCryptoKeyName` (a `CryptoKeyName`), which are used to specify the Cloud KMS key for database encryption."],["The webpage provides information on two constructors for `EncryptionConfig`, one is parameterless, and the second takes an `EncryptionConfig` object as a parameter."]]],[]]