Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

QueueEncryptionPolicy Class (Microsoft.WindowsAzure.Storage.Queue)

Represents an encryption policy for performing envelope encryption/decryption of messages in Azure queue.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Queue.::..QueueEncryptionPolicy

Syntax

 
public sealed class QueueEncryptionPolicy
 
public ref class QueueEncryptionPolicy sealed 
 
[<Sealed>]
type QueueEncryptionPolicy = class end
 
Public NotInheritable Class QueueEncryptionPolicy

Constructors

NameDescription
System_CAPS_pubmethodQueueEncryptionPolicy(IKey, IKeyResolver)(IKey^, IKeyResolver^)(IKey, IKeyResolver)(IKey, IKeyResolver)

Initializes a new instance of the QueueEncryptionPolicy 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 queue messages.

Methods

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

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(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