public sealed class Challenge : IMessage<Challenge>, IEquatable<Challenge>, IDeepCloneable<Challenge>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class Challenge.
A challenge to be signed by a 2FA key.
Implements
IMessageChallenge, IEquatableChallenge, IDeepCloneableChallenge, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
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 |
|