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
Key
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Pkcs7
[JsonProperty("pkcs7")]
public string Pkcs7 { get; set; }