Represents an encryption policy for performing envelope encryption/decryption of entities in Azure tables.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Table.::..TableEncryptionPolicy
Syntax
Constructors
| Name | Description | |
|---|---|---|
| TableEncryptionPolicy(IKey, IKeyResolver)(IKey^, IKeyResolver^)(IKey, IKeyResolver)(IKey, IKeyResolver) | Initializes a new instance of the TableEncryptionPolicy class with the specified key and resolver. |
Properties
| Name | Description | |
|---|---|---|
| KeyKeyKeyKey | An object of type IKey that is used to wrap/unwrap the content key during encryption. | |
| KeyResolverKeyResolverKeyResolverKeyResolver | Gets or sets the key resolver used to select the correct key for decrypting existing table entities. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| ToString()()()() | (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.