Represents an encryption policy for performing envelope encryption/decryption of messages in Azure queue.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Queue.::..QueueEncryptionPolicy
Syntax
Constructors
| Name | Description | |
|---|---|---|
| QueueEncryptionPolicy(IKey, IKeyResolver)(IKey^, IKeyResolver^)(IKey, IKeyResolver)(IKey, IKeyResolver) | Initializes a new instance of the QueueEncryptionPolicy 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 queue messages. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (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.