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

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

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

A challenge to be signed by a 2FA key.

Inheritance

object > Challenge

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

Challenge()

public Challenge()

Challenge(Challenge)

public Challenge(Challenge other)
Parameter
Name Description
other Challenge

Properties

Challenge_

public ByteString Challenge_ { get; set; }

Output only. The challenge to be signed by the 2FA key indicated by the public key.

Property Value
Type Description
ByteString

PublicKeyPem

public string PublicKeyPem { get; set; }

Output only. The public key associated with the 2FA key that should sign the challenge.

Property Value
Type Description
string