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 class provides properties such as `KmsKeyName` and `KmsKeyNameAsCryptoKeyName` for specifying and managing the Cloud KMS key used for encryption."],["It also includes constructors for creating new `EncryptionConfig` objects, with the option to copy the values from an existing object."],["Multiple versions of this reference document are available, with the latest being `5.0.0-beta05`, and the current version in view is `3.15.1`, but the site provides documentation for versions from `3.5.0` up to the current version."]]],[]]