Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the key resolver used to select the correct key for decrypting existing blobs.

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

Syntax

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