1 write to CustomProviderData
System.Web (1)
Configuration\ProfilePropertySettings.cs (1)
97
CustomProviderData
= customProviderData;
2 references to CustomProviderData
System.Web (2)
Profile\HttpProfileBase.cs (2)
521
if (!string.IsNullOrEmpty(pps.
CustomProviderData
))
522
settings.Add("CustomProviderData", pps.
CustomProviderData
);