Table of Contents

Class CreateEncryptionKeyPublicWrappingResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateEncryptionKeyPublicWrappingResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CreateEncryptionKeyPublicWrappingResponseContent>
Inheritance
CreateEncryptionKeyPublicWrappingResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Algorithm

[JsonPropertyName("algorithm")]
public required EncryptionKeyPublicWrappingAlgorithm Algorithm { get; set; }

Property Value

EncryptionKeyPublicWrappingAlgorithm

PublicKey

Public wrapping key in PEM format

[JsonPropertyName("public_key")]
public required string PublicKey { 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.