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
- GenericsNotImplementedException.cs
- CriticalFinalizerObject.cs
- WpfKnownMember.cs
- HttpListenerRequest.cs
- LocalizedNameDescriptionPair.cs
- RichTextBoxConstants.cs
- LiteralDesigner.cs
- ComNativeDescriptor.cs
- AsymmetricKeyExchangeFormatter.cs
- ISO2022Encoding.cs
- RadioButtonRenderer.cs
- DataGridPageChangedEventArgs.cs
- GenerateScriptTypeAttribute.cs
- PartialCachingControl.cs
- XAMLParseException.cs
- DependencyPropertyValueSerializer.cs
- TraceProvider.cs
- _HelperAsyncResults.cs
- Annotation.cs
- SafePEFileHandle.cs
- WmlControlAdapter.cs
- ModuleBuilderData.cs
- TextLineResult.cs
- ImageMetadata.cs
- ScrollViewer.cs
- PropertyChangedEventArgs.cs
- BaseConfigurationRecord.cs
- URI.cs
- JoinElimination.cs
- PropertyItemInternal.cs
- MemoryMappedViewAccessor.cs
- SafeNativeMemoryHandle.cs
- DataTableTypeConverter.cs
- GlyphCache.cs
- TypedMessageConverter.cs
- ImageAutomationPeer.cs
- EncryptedKey.cs
- WindowsPrincipal.cs
- SafeRightsManagementEnvironmentHandle.cs
- PagerStyle.cs
- Utils.cs
- IgnorePropertiesAttribute.cs
- SspiSafeHandles.cs
- FactoryGenerator.cs
- smtppermission.cs
- ImpersonateTokenRef.cs
- OperationResponse.cs
- CompilerError.cs
- Stack.cs
- DeferredSelectedIndexReference.cs
- PolicyUnit.cs
- NameValueSectionHandler.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- MediaTimeline.cs
- Receive.cs
- XmlUtf8RawTextWriter.cs
- COM2ColorConverter.cs
- PathGeometry.cs
- RegexGroupCollection.cs
- SiteMapNodeCollection.cs
- Interop.cs
- PkcsUtils.cs
- DiscardableAttribute.cs
- EntityModelBuildProvider.cs
- Membership.cs
- SqlDataSourceFilteringEventArgs.cs
- EntitySetBaseCollection.cs
- DataGridViewColumnCollectionDialog.cs
- StreamWriter.cs
- ObjectParameterCollection.cs
- DataRecordInternal.cs
- ToolStripSettings.cs
- NullableFloatMinMaxAggregationOperator.cs
- PointConverter.cs
- RequestCachePolicy.cs
- InternalPolicyElement.cs
- Collection.cs
- LicFileLicenseProvider.cs
- MailBnfHelper.cs
- DBDataPermission.cs
- PropertyTabChangedEvent.cs
- DataGridViewTopLeftHeaderCell.cs
- HttpResponseHeader.cs
- FormViewModeEventArgs.cs
- ObjectSecurity.cs
- TabControlAutomationPeer.cs
- DocumentEventArgs.cs
- CorrelationTokenTypeConvertor.cs
- UpdatePanelTriggerCollection.cs
- RegisteredHiddenField.cs
- ProcessProtocolHandler.cs
- DataRowCollection.cs
- ComponentCommands.cs
- ContentWrapperAttribute.cs
- OleAutBinder.cs
- MsmqIntegrationInputMessage.cs
- JsonWriterDelegator.cs
- TextParentUndoUnit.cs
- XmlBinaryWriterSession.cs
- StyleBamlRecordReader.cs