Google Cloud Key Management Service v1 API - Class ChallengeReply (3.21.0)

public sealed class ChallengeReply : IMessage<ChallengeReply>, IEquatable<ChallengeReply>, IDeepCloneable<ChallengeReply>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ChallengeReply.

A reply to a challenge signed by a 2FA key.

Inheritance

object > ChallengeReply

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ChallengeReply()

public ChallengeReply()

ChallengeReply(ChallengeReply)

public ChallengeReply(ChallengeReply other)
Parameter
Name Description
other ChallengeReply

Properties

PublicKeyPem

public string PublicKeyPem { get; set; }

Required. The public key associated with the 2FA key.

Property Value
Type Description
string

SignedChallenge

public ByteString SignedChallenge { get; set; }

Required. The signed challenge associated with the 2FA key. The signature must be RSASSA-PKCS1 v1.5 with a SHA256 digest.

Property Value
Type Description
ByteString