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
Algorithm
[JsonPropertyName("algorithm")]
public required EncryptionKeyPublicWrappingAlgorithm Algorithm { get; set; }
Property Value
PublicKey
Public wrapping key in PEM format
[JsonPropertyName("public_key")]
public required string PublicKey { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.