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
EnvironmentRootKey
public const string EnvironmentRootKey = "environment-root-key"
Field Value
TenantEncryptionKey
public const string TenantEncryptionKey = "tenant-encryption-key"
Field Value
TenantMasterKey
public const string TenantMasterKey = "tenant-master-key"