Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
public IKey Key { get; private set; }
 
public:
property IKey^ Key {
	IKey^ get();
	private: void set(IKey^ value);
}
 
member Key : IKey with get, private set
 
Public Property Key As IKey
	Get
	Private Set
End Property
Return to top