Show / Hide Table of Contents

Class SecurityKey

The credential information for a Google registered security key.

Inheritance
object
SecurityKey
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.CloudOSLogin.v1alpha.Data
Assembly: Google.Apis.CloudOSLogin.v1alpha.dll
Syntax
public class SecurityKey : IDirectResponseSchema

Properties

DeviceNickname

The security key nickname explicitly set by the user.

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

ETag

The ETag of the item.

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

PrivateKey

Hardware-backed private key text in SSH format.

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

PublicKey

Public key text in SSH format, defined by RFC4253 section 6.6.

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

UniversalTwoFactor

The U2F protocol type.

Declaration
[JsonProperty("universalTwoFactor")]
public virtual UniversalTwoFactor UniversalTwoFactor { get; set; }
Property Value
Type Description
UniversalTwoFactor

WebAuthn

The Web Authentication protocol type.

Declaration
[JsonProperty("webAuthn")]
public virtual WebAuthn WebAuthn { get; set; }
Property Value
Type Description
WebAuthn

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX