Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Misc / PrivilegedConfigurationManager.cs / 1 / PrivilegedConfigurationManager.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Security; using System.Security.Permissions; [ConfigurationPermission(SecurityAction.Assert, Unrestricted=true)] internal static class PrivilegedConfigurationManager { internal static ConnectionStringSettingsCollection ConnectionStrings { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] get { return ConfigurationManager.ConnectionStrings; } } internal static object GetSection(string sectionName) { return ConfigurationManager.GetSection(sectionName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Security; using System.Security.Permissions; [ConfigurationPermission(SecurityAction.Assert, Unrestricted=true)] internal static class PrivilegedConfigurationManager { internal static ConnectionStringSettingsCollection ConnectionStrings { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] get { return ConfigurationManager.ConnectionStrings; } } internal static object GetSection(string sectionName) { return ConfigurationManager.GetSection(sectionName); } } } // 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
- BitmapEffectRenderDataResource.cs
- CLRBindingWorker.cs
- ZipIOCentralDirectoryFileHeader.cs
- LocalizedNameDescriptionPair.cs
- XmlDownloadManager.cs
- BitmapPalette.cs
- ListBoxDesigner.cs
- XmlNodeComparer.cs
- FontNamesConverter.cs
- AssemblyAttributes.cs
- ScopeElementCollection.cs
- ConstraintManager.cs
- GridProviderWrapper.cs
- MatchAllMessageFilter.cs
- DocumentViewerAutomationPeer.cs
- PlatformCulture.cs
- HtmlTernaryTree.cs
- Odbc32.cs
- URLEditor.cs
- ComplexPropertyEntry.cs
- Animatable.cs
- SimpleFileLog.cs
- IpcChannel.cs
- PropertyValueChangedEvent.cs
- SqlCacheDependencyDatabase.cs
- ModelUIElement3D.cs
- ActivitySurrogate.cs
- Hashtable.cs
- PointConverter.cs
- ScrollBar.cs
- RtfNavigator.cs
- OutputWindow.cs
- ScaleTransform3D.cs
- DoubleUtil.cs
- XmlSchemaSimpleTypeList.cs
- ActiveDocumentEvent.cs
- ResourcesChangeInfo.cs
- StatusBarItemAutomationPeer.cs
- BooleanFunctions.cs
- DrawingBrush.cs
- SQLResource.cs
- BinaryParser.cs
- DropShadowEffect.cs
- ToolBarButtonClickEvent.cs
- BitmapEffectDrawing.cs
- TextEffect.cs
- XmlWriterSettings.cs
- VectorKeyFrameCollection.cs
- OutputCacheSection.cs
- DataExpression.cs
- SeekStoryboard.cs
- AppSettingsSection.cs
- ObjectAnimationBase.cs
- Literal.cs
- XmlSchemaSimpleType.cs
- ImmComposition.cs
- PerformanceCounter.cs
- AutomationProperties.cs
- RemotingServices.cs
- PipelineDeploymentState.cs
- ComponentManagerBroker.cs
- ServiceModelInstallComponent.cs
- Control.cs
- DependencyPropertyValueSerializer.cs
- LongSumAggregationOperator.cs
- EncoderExceptionFallback.cs
- FileDialog_Vista.cs
- RegionData.cs
- ProxyGenerator.cs
- RecordsAffectedEventArgs.cs
- ArglessEventHandlerProxy.cs
- RTLAwareMessageBox.cs
- ScriptManager.cs
- AssemblySettingAttributes.cs
- WebPartMovingEventArgs.cs
- SqlCommandSet.cs
- ObjectHelper.cs
- DistinctQueryOperator.cs
- InlineCollection.cs
- DataGridTextBoxColumn.cs
- ClientBuildManager.cs
- LowerCaseStringConverter.cs
- ZipPackage.cs
- SiteMapNode.cs
- TextModifierScope.cs
- TextCompositionManager.cs
- SqlConnectionHelper.cs
- HMACSHA256.cs
- ImageAnimator.cs
- UnsafeMethods.cs
- SqlParameterizer.cs
- Util.cs
- ClockGroup.cs
- FixedSOMPage.cs
- WorkflowOwnershipException.cs
- namescope.cs
- _SslState.cs
- Frame.cs
- DataGridViewIntLinkedList.cs
- UpWmlPageAdapter.cs