Table of Contents

Enum EncryptionKeyType

Namespace
Auth0.ManagementApi.Models.Keys
Assembly
Auth0.ManagementApi.dll

Encryption Key Type

public enum EncryptionKeyType

Fields

[EnumMember(Value = "customer-provided-root-key")] CustomerProvidedRootKey = 0
[EnumMember(Value = "environment-root-key")] EnvironmentRootKey = 1
[EnumMember(Value = "tenant-encryption-key")] TenantEncryptionKey = 3
[EnumMember(Value = "tenant-master-key")] TenantMasterKey = 2