Table of Contents

Class EncryptionKeyImportRequest

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

Contains information required for importing an encryption key.

public class EncryptionKeyImportRequest
Inheritance
EncryptionKeyImportRequest
Inherited Members

Properties

Kid

Encryption key ID

public string Kid { get; set; }

Property Value

string

WrappedKey

Base64 encoded ciphertext of key material wrapped by public wrapping key.

[JsonProperty("wrapped_key")]
public string WrappedKey { get; set; }

Property Value

string