in src/Azure.WebSites.DataProtection/DataProtectionProvider.cs [15:18]
public static IDataProtectionProvider CreateAzureDataProtector(Action<IDataProtectionBuilder> configurationHandler = null)
{
return CreateAzureDataProtector(configurationHandler, false);
}