API Keys v2 API - Class GetKeyStringResponse (1.3.0)

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.

Response message for GetKeyString method.

Inheritance

object > GetKeyStringResponse

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

GetKeyStringResponse()

public GetKeyStringResponse()

GetKeyStringResponse(GetKeyStringResponse)

public GetKeyStringResponse(GetKeyStringResponse other)
Parameter
NameDescription
otherGetKeyStringResponse

Properties

KeyString

public string KeyString { get; set; }

An encrypted and signed value of the key.

Property Value
TypeDescription
string