Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents an encryption policy for performing envelope encryption/decryption of Azure blobs.

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

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..BlobEncryptionPolicy

Syntax

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

Constructors

NameDescription
System_CAPS_pubmethodBlobEncryptionPolicy(IKey, IKeyResolver)(IKey^, IKeyResolver^)(IKey, IKeyResolver)(IKey, IKeyResolver)

Initializes a new instance of the BlobEncryptionPolicy 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 blobs.

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