Table of Contents

Enum AzureStorageAccountKeySource

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the encryption key source for a storage account.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureStorageAccountKeySource

Fields

MicrosoftKeyvault = 2

The key source is the customer managed key vault.

MicrosoftStorage = 1

The key source is the Microsoft managed key source.

Unknown = 0

The key source is unknown.