Table of Contents

Class ImportEncryptionKeyRequestContent

Namespace
Auth0.ManagementApi.Keys
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record ImportEncryptionKeyRequestContent : IEquatable<ImportEncryptionKeyRequestContent>
Inheritance
ImportEncryptionKeyRequestContent
Implements
Inherited Members
Extension Methods

Properties

WrappedKey

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

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

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.