Table of Contents

Class PublicKey

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The public key

public class PublicKey
Inheritance
PublicKey
Inherited Members

Properties

X

Public key, x value

[JsonProperty("x")]
public string? X { get; set; }

Property Value

string

Y

Public key, y value

[JsonProperty("y")]
public string? Y { get; set; }

Property Value

string