Table of Contents

Class Constants.EncryptionConstants

Namespace
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Constants for client encryption.

public static class Constants.EncryptionConstants
Inheritance
Constants.EncryptionConstants
Inherited Members

Fields

AgentMetadataKey

Key for the encryption agent

public const string AgentMetadataKey = "EncryptionLibrary"

Field Value

string

AgentMetadataValue

Value for the encryption agent

public const string AgentMetadataValue = ".NET 9.3.2"

Field Value

string

BlobEncryptionData

Metadata header to store encryption materials.

public const string BlobEncryptionData = "encryptiondata"

Field Value

string

TableEncryptionKeyDetails

Property name to store the encryption metadata.

public const string TableEncryptionKeyDetails = "_ClientEncryptionMetadata1"

Field Value

string

TableEncryptionPropertyDetails

Additional property name to store the encryption metadata.

public const string TableEncryptionPropertyDetails = "_ClientEncryptionMetadata2"

Field Value

string