453 references to AspNetHostingPermissionLevel
System (21)
compmod\system\security\permissions\AspNetHostingPermission.cs (21)
31
AspNetHostingPermissionLevel
_level;
34
_level =
AspNetHostingPermissionLevel
.None;
37
public
AspNetHostingPermissionLevel
Level {
65
AspNetHostingPermissionLevel
_level;
67
static internal void VerifyAspNetHostingPermissionLevel(
AspNetHostingPermissionLevel
level, string arg) {
69
case
AspNetHostingPermissionLevel
.Unrestricted:
70
case
AspNetHostingPermissionLevel
.High:
71
case
AspNetHostingPermissionLevel
.Medium:
72
case
AspNetHostingPermissionLevel
.Low:
73
case
AspNetHostingPermissionLevel
.Minimal:
74
case
AspNetHostingPermissionLevel
.None:
91
_level =
AspNetHostingPermissionLevel
.Unrestricted;
95
_level =
AspNetHostingPermissionLevel
.None;
103
public AspNetHostingPermission(
AspNetHostingPermissionLevel
level) {
108
public
AspNetHostingPermissionLevel
Level {
126
return _level ==
AspNetHostingPermissionLevel
.Unrestricted;
187
return _level ==
AspNetHostingPermissionLevel
.None;
225
_level =
AspNetHostingPermissionLevel
.None;
228
_level = (
AspNetHostingPermissionLevel
) Enum.Parse(typeof(
AspNetHostingPermissionLevel
), level);
239
securityElement.AddAttribute("Level", Enum.GetName(typeof(
AspNetHostingPermissionLevel
), _level));
System.Configuration (1)
System\Configuration\TypeUtil.cs (1)
253
private static readonly AspNetHostingPermission s_aspNetHostingPermission = new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Minimal);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\AspNetPartialTrustHelpers.cs (1)
73
[AspNetHostingPermission(SecurityAction.Assert, Level =
AspNetHostingPermissionLevel
.Unrestricted)]
System\ServiceModel\Activation\HostingEnvironmentWrapper.cs (1)
95
[AspNetHostingPermission(System.Security.Permissions.SecurityAction.Assert, Level =
AspNetHostingPermissionLevel
.High)]
System.Web (95)
Cache\FileResponseElement.cs (1)
8
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level =
AspNetHostingPermissionLevel
.Unrestricted)]
Cache\MemoryResponseElement.cs (1)
8
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level =
AspNetHostingPermissionLevel
.Unrestricted)]
Cache\SqlCacheDependency.cs (1)
1186
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.High)]
Cache\SubstitutionResponseElement.cs (1)
10
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level =
AspNetHostingPermissionLevel
.Unrestricted)]
Compilation\IAssemblyPostProcessor.cs (2)
14
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.High)]
15
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level =
AspNetHostingPermissionLevel
.High)]
Configuration\CapabilitiesState.cs (1)
92
[AspNetHostingPermission(SecurityAction.Assert, Level=
AspNetHostingPermissionLevel
.Low)]
Configuration\ProvidersHelper.cs (3)
20
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.Low)]
51
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.Low)]
82
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.Low)]
Configuration\WebConfigurationHost.cs (3)
342
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
375
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
731
return HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Unrestricted);
DataAccess\SqlConnectionHelper.cs (1)
184
if (!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.High))
ErrorFormatter.cs (6)
499
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
961
!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
1656
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
1714
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
1746
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
1762
HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
Hosting\IIS7WorkerRequest.cs (2)
2017
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.High)]
2030
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.High)]
HttpApplication.cs (1)
481
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
HttpException.cs (2)
391
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
407
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
HttpRequest.cs (7)
2011
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low))
2033
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Low)]
2273
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low))
2284
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Low)]
2514
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Low)]
2532
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
3192
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.High)]
HttpResponse.cs (2)
1213
HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
2275
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
HttpRuntime.cs (7)
2367
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.Medium)]
2495
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.Unrestricted)]
2693
internal static bool HasAspNetHostingPermission(
AspNetHostingPermissionLevel
level) {
2712
internal static void CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
level, String errorMessageId) {
2751
if (HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Unrestricted))
3008
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.High)]
3053
[AspNetHostingPermission(SecurityAction.Demand, Level =
AspNetHostingPermissionLevel
.Low)]
httpserverutility.cs (2)
868
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
914
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
HttpServerVarsCollection.cs (2)
215
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
302
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
IntSecurity.cs (3)
86
_levelLow = new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Low);
96
_levelMedium = new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium);
106
_levelHigh = new AspNetHostingPermission(
AspNetHostingPermissionLevel
.High);
Management\SqlServices.cs (1)
120
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.High)]
Management\WebEvents.cs (2)
471
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
477
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
ProcessModelInfo.cs (2)
17
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
47
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.High)]
Profile\HttpProfileBase.cs (2)
196
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
391
bool hasLowTrust = HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low);
Profile\ProfileManager.cs (4)
292
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
302
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
315
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
333
s_Enabled = config.Enabled && HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low);
Profile\SqlProfileProvider.cs (1)
44
HttpRuntime.CheckAspNetHostingPermission (
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\ADMembershipProvider.cs (1)
311
HttpRuntime.CheckAspNetHostingPermission (
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\AuthStoreRoleProvider.cs (5)
78
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
163
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium, SR.API_not_supported_at_this_level);
194
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium, SR.API_not_supported_at_this_level);
259
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium, SR.API_not_supported_at_this_level);
314
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium, SR.API_not_supported_at_this_level);
Security\Membership.cs (1)
376
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\RoleManagerModule.cs (1)
45
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\Roles.cs (2)
68
if (HostingEnvironment.IsHosted && !HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low))
492
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\SQLMembershipProvider.cs (1)
107
HttpRuntime.CheckAspNetHostingPermission (
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\SQLRoleProvider.cs (1)
46
HttpRuntime.CheckAspNetHostingPermission (
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
Security\WindowsTokenRoleProvider.cs (1)
105
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.API_not_supported_at_this_level);
SiteMap.cs (1)
99
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
State\SessionStateModule.cs (2)
252
return HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium);
261
[AspNetHostingPermission(SecurityAction.Assert, Level=
AspNetHostingPermissionLevel
.Low)]
UI\Page.cs (1)
897
[AspNetHostingPermission(SecurityAction.Assert, Level =
AspNetHostingPermissionLevel
.Low)]
UI\PageParser.cs (3)
367
if (!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
477
if (!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
625
if (!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
UI\PageParserFilter.cs (2)
21
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Medium)]
22
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Medium)]
UI\SimpleWebHandlerParser.cs (1)
311
!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
UI\TemplateParser.cs (2)
1261
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium, SR.Debugging_not_supported_in_low_trust);
1905
if (flags[debug] && !HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium)) {
UI\ViewStateException.cs (1)
62
!HttpRuntime.HasAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low)) {
UI\WebParts\ImportCatalogPart.cs (2)
176
pset.AddPermission(new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Minimal));
220
mediumPset.AddPermission(new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium));
UI\WebParts\PersonalizationAdministration.cs (1)
53
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
UI\WebParts\SqlPersonalizationProvider.cs (1)
438
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Low, SR.Feature_not_supported_at_this_level);
UI\WebParts\WebPartManager.cs (2)
466
_mediumPermissionSet.AddPermission(new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium));
479
_minimalPermissionSet.AddPermission(new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Minimal));
Util\SmtpMail.cs (2)
452
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
479
[AspNetHostingPermission(SecurityAction.Demand, Level=
AspNetHostingPermissionLevel
.Medium)]
Util\Transactions.cs (1)
64
HttpRuntime.CheckAspNetHostingPermission(
AspNetHostingPermissionLevel
.Medium, SR.Transaction_not_supported_in_low_trust);
System.Web.Mobile (327)
Mobile\CookielessData.cs (2)
21
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
22
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
Mobile\ErrorHandlerModule.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
Mobile\MobileCapabilities.cs (4)
19
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
20
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
33
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (2)
16
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
17
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
Mobile\MobileErrorInfo.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
Mobile\MobileFormsAuthentication.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (2)
36
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
37
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlCommandAdapter.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlImageAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlLinkAdapter.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlMobileTextWriter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlPhoneCallAdapter.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ChtmlTextBoxAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\ControlAdapter.cs (2)
35
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
36
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlControlAdapter.cs (2)
26
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
27
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlFormAdapter.cs (2)
34
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
35
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlImageAdapter.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlLabelAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlLinkAdapter.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlListAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlLiteralTextAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
34
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
35
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlPageAdapter.cs (3)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
120
(new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Low)).Assert();
UI\MobileControls\Adapters\HtmlPanelAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlTextViewAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (2)
33
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
34
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\HtmlValidatorAdapter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\MobileTextWriter.cs (2)
32
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
33
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\MultiPartWriter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
35
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
36
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\UpWmlPageAdapter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (2)
36
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
37
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlCommandAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlControlAdapter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlFormAdapter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlImageAdapter.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlLabelAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlLinkAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlListAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlLiteralTextAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (6)
37
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
38
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
1659
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
1660
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
1716
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
1717
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlPageAdapter.cs (2)
33
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
34
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlPanelAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (2)
35
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
36
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlTextViewAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (2)
33
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
34
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\WmlValidatorAdapter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (2)
25
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
26
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicImageAdapter.cs (2)
21
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
22
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLabelAdapter.cs (2)
19
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
20
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (2)
21
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
22
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLiteralTextAdapter.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
24
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
25
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPanelAdapter.cs (2)
21
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
22
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
24
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
25
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextViewAdapter.cs (2)
21
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
22
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (2)
25
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
26
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidatorAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlCssHandler.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\AdRotator.cs (2)
48
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
49
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ArrayListCollectionBase.cs (2)
26
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
27
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\BaseValidator.cs (2)
37
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
38
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Calendar.cs (2)
41
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
42
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Command.cs (2)
37
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
38
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\CompareValidator.cs (2)
38
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
39
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Constants.cs (2)
125
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
126
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ControlPager.cs (2)
24
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
25
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\CustomValidator.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Design\Converters\DataFieldConverter.cs (2)
31
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
32
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Design\Converters\DataMemberConverter.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Design\MobileResource.cs (1)
18
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\DesignerAdapterAttribute.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\DeviceOverridableAttribute.cs (2)
12
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
13
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\DeviceSpecific.cs (4)
39
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
40
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
362
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
363
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\DeviceSpecificChoice.cs (8)
34
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
35
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
480
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
481
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
592
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
593
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
714
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
715
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\DeviceSpecificChoiceCollection.cs (2)
24
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
25
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ErrorFormatterPage.cs (2)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\FontInfo.cs (2)
25
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
26
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Form.cs (4)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
757
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
758
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\IControlAdapter.cs (2)
25
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
26
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Image.cs (2)
36
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
37
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\IObjectListFieldCollection.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\IPageAdapter.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ItemPager.cs (2)
24
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
25
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ITemplateable.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Label.cs (2)
34
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
35
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Link.cs (2)
35
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
36
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\List.cs (2)
39
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
40
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ListCommandEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ListControlBuilder.cs (2)
22
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
23
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ListDataBindEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\LiteralLink.cs (2)
32
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
33
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\LiteralText.cs (4)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
31
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
194
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
195
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\LiteralTextContainerControlBuilder.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\LoadItemsEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobileControl.cs (2)
45
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
46
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobileControlBuilder.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobileControlsSectionHandler.cs (2)
19
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
20
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobileListItem.cs (2)
48
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
49
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobileListItemCollection.cs (2)
25
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
26
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobilePage.cs (2)
41
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
42
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\MobileUserControl.cs (2)
20
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
21
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectList.cs (4)
38
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
39
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
1567
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
1568
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListCommand.cs (2)
29
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
30
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListCommandCollection.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListCommandEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListDataBindEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListField.cs (1)
30
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListFieldCollection.cs (2)
26
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
27
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListItem.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListItemCollection.cs (2)
26
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
27
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListSelectEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListShowCommandsEventArgs.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ObjectListTitleAttribute.cs (2)
23
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
24
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\PagedControl.cs (2)
26
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
27
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\PagerStyle.cs (2)
28
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
29
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Panel.cs (4)
24
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
25
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
189
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
190
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\PersistNameAttribute.cs (2)
18
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
19
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\PhoneCall.cs (2)
38
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
39
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\RangeValidator.cs (2)
38
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
39
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\RegularExpressionValidator.cs (2)
36
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
37
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\RequiredFieldValidator.cs (2)
35
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
36
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\SelectionList.cs (2)
40
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
41
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\Style.cs (2)
36
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
37
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\StyleSheet.cs (4)
40
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
41
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
740
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
741
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\TemplateContainer.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\TextBox.cs (4)
39
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
40
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
245
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
246
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\TextControl.cs (2)
27
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
28
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\TextView.cs (2)
42
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
43
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\TextViewElement.cs (2)
33
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
34
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
UI\MobileControls\ValidationSummary.cs (2)
38
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
39
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=
AspNetHostingPermissionLevel
.Minimal)]
System.Web.Services (7)
System\Web\Services\Protocols\WebServiceHandlerFactory.cs (1)
66
new AspNetHostingPermission(
AspNetHostingPermissionLevel
.Minimal).Demand();
System\Web\Services\WebService.cs (6)
37
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
51
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
69
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
82
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
94
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]
103
[AspNetHostingPermission(SecurityAction.LinkDemand, Level =
AspNetHostingPermissionLevel
.Minimal)]