public sealed class SignBlobResponse : IMessage<SignBlobResponse>, IEquatable<SignBlobResponse>, IDeepCloneable<SignBlobResponse>, IBufferMessage, IMessage
Inheritance
System.Object > SignBlobResponseImplements
Google.Protobuf.IMessage<SignBlobResponse>, System.IEquatable<SignBlobResponse>, Google.Protobuf.IDeepCloneable<SignBlobResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Iam.Credentials.V1Assembly
Google.Cloud.Iam.Credentials.V1.dll
Constructors
SignBlobResponse()
public SignBlobResponse()
SignBlobResponse(SignBlobResponse)
public SignBlobResponse(SignBlobResponse other)
Parameter | |
---|---|
Name | Description |
other | SignBlobResponse |
Properties
KeyId
public string KeyId { get; set; }
The ID of the key used to sign the blob.
Property Value | |
---|---|
Type | Description |
System.String |
SignedBlob
public ByteString SignedBlob { get; set; }
The signed blob.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.ByteString |