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
PublicKey
Encryption public key
[JsonProperty("pub")]
public string PublicKey { get; set; }
Property Value
Subject
The subject of the Enryption key
[JsonProperty("subject")]
public string Subject { get; set; }