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.
Implements
IMessage<GetKeyStringResponse>, IEquatable<GetKeyStringResponse>, IDeepCloneable<GetKeyStringResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
GetKeyStringResponse()
public GetKeyStringResponse()
GetKeyStringResponse(GetKeyStringResponse)
public GetKeyStringResponse(GetKeyStringResponse other)
Parameter | |
---|---|
Name | Description |
other | GetKeyStringResponse |
Properties
KeyString
public string KeyString { get; set; }
An encrypted and signed value of the key.
Property Value | |
---|---|
Type | Description |
String |