Table of Contents

Class ConnectionDecryptionKeySamlCert

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Key pair with 'key' and 'cert' properties.

[Serializable]
public record ConnectionDecryptionKeySamlCert : IJsonOnDeserialized, IEquatable<ConnectionDecryptionKeySamlCert>
Inheritance
ConnectionDecryptionKeySamlCert
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Cert

Base64-encoded X.509 certificate in PEM format.

[JsonPropertyName("cert")]
public string? Cert { get; set; }

Property Value

string

Key

Private key in PEM format.

[JsonPropertyName("key")]
public string? Key { 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.