Table of Contents

Struct CreateEncryptionKeyType

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[JsonConverter(typeof(CreateEncryptionKeyType.CreateEncryptionKeyTypeSerializer))]
[Serializable]
public readonly record struct CreateEncryptionKeyType : IStringEnum, IEquatable<string>, IEquatable<CreateEncryptionKeyType>
Implements
Inherited Members

Constructors

CreateEncryptionKeyType(string)

public CreateEncryptionKeyType(string value)

Parameters

value string

Fields

CustomerProvidedRootKey

public static readonly CreateEncryptionKeyType CustomerProvidedRootKey

Field Value

CreateEncryptionKeyType

TenantEncryptionKey

public static readonly CreateEncryptionKeyType TenantEncryptionKey

Field Value

CreateEncryptionKeyType

Properties

Value

The string value of the enum.

public string Value { get; }

Property Value

string

Methods

Equals(string?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string? other)

Parameters

other string

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

FromCustom(string)

Create a string enum with the given value.

public static CreateEncryptionKeyType FromCustom(string value)

Parameters

value string

Returns

CreateEncryptionKeyType

ToString()

Returns the string value of the enum.

public override string ToString()

Returns

string

Operators

operator ==(CreateEncryptionKeyType, string)

public static bool operator ==(CreateEncryptionKeyType value1, string value2)

Parameters

value1 CreateEncryptionKeyType
value2 string

Returns

bool

explicit operator string(CreateEncryptionKeyType)

public static explicit operator string(CreateEncryptionKeyType value)

Parameters

value CreateEncryptionKeyType

Returns

string

explicit operator CreateEncryptionKeyType(string)

public static explicit operator CreateEncryptionKeyType(string value)

Parameters

value string

Returns

CreateEncryptionKeyType

operator !=(CreateEncryptionKeyType, string)

public static bool operator !=(CreateEncryptionKeyType value1, string value2)

Parameters

value1 CreateEncryptionKeyType
value2 string

Returns

bool