Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

TableEncryptionPolicy Class (Microsoft.WindowsAzure.Storage.Table)

Represents an encryption policy for performing envelope encryption/decryption of entities in Azure tables.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Table.::..TableEncryptionPolicy

Syntax

 
public class TableEncryptionPolicy
 
public ref class TableEncryptionPolicy 
 
type TableEncryptionPolicy = class end
 
Public Class TableEncryptionPolicy

Constructors

NameDescription
System_CAPS_pubmethodTableEncryptionPolicy(IKey, IKeyResolver)(IKey^, IKeyResolver^)(IKey, IKeyResolver)(IKey, IKeyResolver)

Initializes a new instance of the TableEncryptionPolicy class with the specified key and resolver.

Properties

NameDescription
System_CAPS_pubpropertyKeyKeyKeyKey

An object of type IKey that is used to wrap/unwrap the content key during encryption.

System_CAPS_pubpropertyKeyResolverKeyResolverKeyResolverKeyResolver

Gets or sets the key resolver used to select the correct key for decrypting existing table entities.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

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