public sealed class GetKeyStringResponse : IMessage<GetKeyStringResponse>, IEquatable<GetKeyStringResponse>, IDeepCloneable<GetKeyStringResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class GetKeyStringResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `GetKeyStringResponse` class within the Google Cloud API Keys v2 library for .NET, specifically version 1.3.0."],["`GetKeyStringResponse` is the response message for the `GetKeyString` method, and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property named `KeyString`, which is a string type and represents an encrypted and signed value of the key."],["The documentation details the constructors available for creating a `GetKeyStringResponse` object, including a default constructor and a copy constructor that takes another `GetKeyStringResponse` instance."],["The available versions for the `GetKeyStringResponse` class range from 1.0.0 to 1.4.0, with 1.4.0 being the most current."]]],[]]