Show / Hide Table of Contents

Class ChallengeReply

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

Inheritance
object
ChallengeReply
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class ChallengeReply : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PublicKeyPem

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

Declaration
[JsonProperty("publicKeyPem")]
public virtual string PublicKeyPem { get; set; }
Property Value
Type Description
string

SignedChallenge

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

Declaration
[JsonProperty("signedChallenge")]
public virtual string SignedChallenge { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX