Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Constants.EncryptionConstants Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Constants for client encryption.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..Constants.::..EncryptionConstants

Syntax

 
public static class EncryptionConstants
 
public ref class EncryptionConstants abstract sealed 
 
[<AbstractClass>]
[<Sealed>]
type EncryptionConstants = class end
 
Public NotInheritable Class EncryptionConstants

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBlobEncryptionData

Metadata header to store encryption materials.

System_CAPS_pubfieldSystem_CAPS_staticTableEncryptionKeyDetails

Property name to store the encryption metadata.

System_CAPS_pubfieldSystem_CAPS_staticTableEncryptionPropertyDetails

Additional property name to store the encryption metadata.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top