public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class EncryptionConfig.
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-04-17 UTC."],[[["This documentation page covers the `EncryptionConfig` class within the Google Cloud Spanner Database Administration v1 API for .NET."],["The `EncryptionConfig` class is used to manage encryption settings for a Cloud Spanner database, including the Cloud KMS key used for encryption and decryption."],["The page provides versioned reference links, ranging from the latest beta version (5.0.0-beta05) down to version 3.5.0, allowing users to navigate through different iterations of the API."],["The class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, as well as inheriting from the object class."],["The class has properties `KmsKeyName`, to manage the key to be used for encryption, and `KmsKeyNameAsCryptoKeyName`, which is a typed view over the former property."]]],[]]