Table of Contents

Class EncryptionKey

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class EncryptionKey
Inheritance
EncryptionKey
Inherited Members

Properties

Certificate

Encryption certificate

[JsonProperty("cert")]
public string Certificate { get; set; }

Property Value

string

PublicKey

Encryption public key

[JsonProperty("pub")]
public string PublicKey { get; set; }

Property Value

string

Subject

The subject of the Enryption key

[JsonProperty("subject")]
public string Subject { get; set; }

Property Value

string