Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the delegate to get the value indicating whether or not a property should be encrypted, given the partition key, row key, and property name.

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

Syntax

 
public Func<string, string, string, bool> EncryptionResolver { get; set; }
 
public:
property Func<String^, String^, String^, bool>^ EncryptionResolver {
	Func<String^, String^, String^, bool>^ get();
	void set(Func<String^, String^, String^, bool>^ value);
}
 
member EncryptionResolver : Func<string, string, string, bool> with get, set
 
Public Property EncryptionResolver As Func(OfString, String, String, Boolean)
Return to top