Table of Contents

Class SigningKey

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

Properties

Cert

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

Property Value

string

Key

[JsonProperty("key")]
public string Key { get; set; }

Property Value

string

Pkcs7

[JsonProperty("pkcs7")]
public string Pkcs7 { get; set; }

Property Value

string