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, which is used for configuring encryption on Cloud Spanner databases."],["The `EncryptionConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and serialization."],["The class includes properties for `KmsKeyName` and `KmsKeyNameAsCryptoKeyName`, allowing for specification and typed representation of the Cloud KMS key used for database encryption."],["The page lists available versions ranging from 3.5.0 to the latest 5.0.0-beta05, as well as version 4.0.0, providing a history of the `EncryptionConfig` class across its iterations."],["There are two constructors available, a default one, and one that uses another instance of `EncryptionConfig` to create a new instance."]]],[]]