Table of Contents

Class EncryptionKeyType.Values

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Constant strings for enum values

[Serializable]
public static class EncryptionKeyType.Values
Inheritance
EncryptionKeyType.Values
Inherited Members

Fields

CustomerProvidedRootKey

public const string CustomerProvidedRootKey = "customer-provided-root-key"

Field Value

string

EnvironmentRootKey

public const string EnvironmentRootKey = "environment-root-key"

Field Value

string

TenantEncryptionKey

public const string TenantEncryptionKey = "tenant-encryption-key"

Field Value

string

TenantMasterKey

public const string TenantMasterKey = "tenant-master-key"

Field Value

string