Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / Configuration / ScriptingWebServicesSectionGroup.cs / 1 / ScriptingWebServicesSectionGroup.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System;
using System.Configuration;
using System.Security.Permissions;
using System.Web;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class ScriptingWebServicesSectionGroup : ConfigurationSectionGroup {
[ConfigurationProperty("jsonSerialization")]
#pragma warning disable 0436
public ScriptingJsonSerializationSection JsonSerialization {
get {
return (ScriptingJsonSerializationSection)Sections["jsonSerialization"];
}
}
#pragma warning restore 0436
[ConfigurationProperty("profileService")]
#pragma warning disable 0436
public ScriptingProfileServiceSection ProfileService {
get {
return (ScriptingProfileServiceSection)Sections["profileService"];
}
}
#pragma warning restore 0436
[ConfigurationProperty("authenticationService")]
public ScriptingAuthenticationServiceSection AuthenticationService {
get {
return (ScriptingAuthenticationServiceSection)Sections["authenticationService"];
}
}
[ConfigurationProperty("roleService")]
public ScriptingRoleServiceSection RoleService {
get {
return (ScriptingRoleServiceSection)Sections["roleService"];
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System;
using System.Configuration;
using System.Security.Permissions;
using System.Web;
[AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class ScriptingWebServicesSectionGroup : ConfigurationSectionGroup {
[ConfigurationProperty("jsonSerialization")]
#pragma warning disable 0436
public ScriptingJsonSerializationSection JsonSerialization {
get {
return (ScriptingJsonSerializationSection)Sections["jsonSerialization"];
}
}
#pragma warning restore 0436
[ConfigurationProperty("profileService")]
#pragma warning disable 0436
public ScriptingProfileServiceSection ProfileService {
get {
return (ScriptingProfileServiceSection)Sections["profileService"];
}
}
#pragma warning restore 0436
[ConfigurationProperty("authenticationService")]
public ScriptingAuthenticationServiceSection AuthenticationService {
get {
return (ScriptingAuthenticationServiceSection)Sections["authenticationService"];
}
}
[ConfigurationProperty("roleService")]
public ScriptingRoleServiceSection RoleService {
get {
return (ScriptingRoleServiceSection)Sections["roleService"];
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BinaryConverter.cs
- CodeGenerationManager.cs
- EventSource.cs
- ParamArrayAttribute.cs
- ExtensionSimplifierMarkupObject.cs
- HtmlTernaryTree.cs
- HorizontalAlignConverter.cs
- WsdlInspector.cs
- Bidi.cs
- ClientSettingsProvider.cs
- LinqDataSourceValidationException.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- VSWCFServiceContractGenerator.cs
- JobPageOrder.cs
- DrawingDrawingContext.cs
- FileSecurity.cs
- MediaCommands.cs
- CustomAssemblyResolver.cs
- ColorTranslator.cs
- SoapHeaders.cs
- ICollection.cs
- QilInvoke.cs
- Keyboard.cs
- PageContentAsyncResult.cs
- _NegotiateClient.cs
- UserControlDocumentDesigner.cs
- BypassElement.cs
- Iis7Helper.cs
- Queue.cs
- XPathNavigatorKeyComparer.cs
- TextRunCache.cs
- MasterPage.cs
- BaseParagraph.cs
- InputProcessorProfilesLoader.cs
- CodeArrayIndexerExpression.cs
- TypeElementCollection.cs
- XslVisitor.cs
- indexingfiltermarshaler.cs
- Light.cs
- ArgumentNullException.cs
- DesignTimeVisibleAttribute.cs
- WindowsListViewItem.cs
- SchemaTableColumn.cs
- WmlCalendarAdapter.cs
- InvalidEnumArgumentException.cs
- WCFServiceClientProxyGenerator.cs
- AesCryptoServiceProvider.cs
- HttpCachePolicy.cs
- GroupByQueryOperator.cs
- SettingsBindableAttribute.cs
- MenuTracker.cs
- SchemaNamespaceManager.cs
- WebFaultException.cs
- TemplateLookupAction.cs
- OdbcRowUpdatingEvent.cs
- Selection.cs
- ConfigXmlText.cs
- IChannel.cs
- ThrowHelper.cs
- DeviceContexts.cs
- ScriptingProfileServiceSection.cs
- CacheMemory.cs
- Utils.cs
- ListenerTraceUtility.cs
- DocumentXmlWriter.cs
- LostFocusEventManager.cs
- SecurityTokenException.cs
- _DisconnectOverlappedAsyncResult.cs
- StringExpressionSet.cs
- ScrollProviderWrapper.cs
- WorkflowOperationInvoker.cs
- RTLAwareMessageBox.cs
- FrameworkObject.cs
- XsltQilFactory.cs
- TableItemProviderWrapper.cs
- DataGridRow.cs
- ListSourceHelper.cs
- ShellProvider.cs
- GridEntry.cs
- DataGridViewButtonColumn.cs
- GlyphShapingProperties.cs
- NumericUpDownAcceleration.cs
- WinInet.cs
- ProgressBarAutomationPeer.cs
- HyperLinkColumn.cs
- ConsoleKeyInfo.cs
- TaskExceptionHolder.cs
- XmlSchemaInferenceException.cs
- SynchronousChannelMergeEnumerator.cs
- SystemIPGlobalProperties.cs
- DataFormats.cs
- ToolStripItem.cs
- XslException.cs
- Timer.cs
- TraceData.cs
- ToolStripPanelSelectionBehavior.cs
- WebPermission.cs
- TextEditorTables.cs
- NamespaceExpr.cs
- Condition.cs