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
AgentMetadataValue
Value for the encryption agent
public const string AgentMetadataValue = ".NET 9.3.2"
Field Value
BlobEncryptionData
Metadata header to store encryption materials.
public const string BlobEncryptionData = "encryptiondata"
Field Value
TableEncryptionKeyDetails
Property name to store the encryption metadata.
public const string TableEncryptionKeyDetails = "_ClientEncryptionMetadata1"
Field Value
TableEncryptionPropertyDetails
Additional property name to store the encryption metadata.
public const string TableEncryptionPropertyDetails = "_ClientEncryptionMetadata2"