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-03-21 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 specify the encryption settings for a Cloud Spanner database, utilizing a Cloud KMS key."],["The most recent stable version documented is 4.6.0, and the latest beta version documented is 5.0.0-beta05, while version 4.5.0 is the active version for the page."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `EncryptionConfig` class include `KmsKeyName`, which stores the resource name of the Cloud KMS key, and `KmsKeyNameAsCryptoKeyName`, providing a typed view of the key name."]]],[]]