public sealed class ChallengeReply : IMessage<ChallengeReply>, IEquatable<ChallengeReply>, IDeepCloneable<ChallengeReply>, IBufferMessage, IMessageReference 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.
Implements
IMessageChallengeReply, IEquatableChallengeReply, IDeepCloneableChallengeReply, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
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 |
|