Table of Contents

Class WrappingKey

Namespace
Auth0.ManagementApi.Models.Keys
Assembly
Auth0.ManagementApi.dll

Represents the WrappingKey

public class WrappingKey
Inheritance
WrappingKey
Inherited Members

Properties

Algorithm

Encryption Algorithm that shall be used to wrap your key material

[JsonProperty("algorithm")]
public string Algorithm { get; set; }

Property Value

string

PublicKey

Public wrapping key in PEM format

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

Property Value

string