Class ConnectionAssertionDecryptionSettings
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Settings for SAML assertion decryption.
[Serializable]
public record ConnectionAssertionDecryptionSettings : IJsonOnDeserialized, IEquatable<ConnectionAssertionDecryptionSettings>
- Inheritance
-
ConnectionAssertionDecryptionSettings
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AlgorithmExceptions
A list of insecure algorithms to allow for SAML assertion decryption.
[JsonPropertyName("algorithm_exceptions")]
public IEnumerable<string>? AlgorithmExceptions { get; set; }
Property Value
AlgorithmProfile
[JsonPropertyName("algorithm_profile")]
public required ConnectionAssertionDecryptionAlgorithmProfileEnum AlgorithmProfile { 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.