Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Configuration / System / Configuration / ProtectedProviderSettings.cs / 1 / ProtectedProviderSettings.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections; using System.Collections.Specialized; using System.Xml; using System.Globalization; public class ProtectedProviderSettings : ConfigurationElement { private ConfigurationPropertyCollection _properties; private readonly ConfigurationProperty _propProviders = new ConfigurationProperty(null, typeof(ProviderSettingsCollection), null, ConfigurationPropertyOptions.IsDefaultCollection); public ProtectedProviderSettings() { // Property initialization _properties = new ConfigurationPropertyCollection(); _properties.Add(_propProviders); } protected internal override ConfigurationPropertyCollection Properties { get { return _properties; } } [ConfigurationProperty("", IsDefaultCollection = true, Options = ConfigurationPropertyOptions.IsDefaultCollection)] public ProviderSettingsCollection Providers { get { return (ProviderSettingsCollection)base[_propProviders]; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections; using System.Collections.Specialized; using System.Xml; using System.Globalization; public class ProtectedProviderSettings : ConfigurationElement { private ConfigurationPropertyCollection _properties; private readonly ConfigurationProperty _propProviders = new ConfigurationProperty(null, typeof(ProviderSettingsCollection), null, ConfigurationPropertyOptions.IsDefaultCollection); public ProtectedProviderSettings() { // Property initialization _properties = new ConfigurationPropertyCollection(); _properties.Add(_propProviders); } protected internal override ConfigurationPropertyCollection Properties { get { return _properties; } } [ConfigurationProperty("", IsDefaultCollection = true, Options = ConfigurationPropertyOptions.IsDefaultCollection)] public ProviderSettingsCollection Providers { get { return (ProviderSettingsCollection)base[_propProviders]; } } } } // 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
- TransformerInfoCollection.cs
- WebContext.cs
- PrintDialog.cs
- CommandConverter.cs
- ArrayElementGridEntry.cs
- XmlQuerySequence.cs
- TableAutomationPeer.cs
- Parameter.cs
- RangeValidator.cs
- SmtpMail.cs
- TreeNodeStyleCollection.cs
- KeyInfo.cs
- PrimitiveRenderer.cs
- TemplateManager.cs
- ComplexLine.cs
- Application.cs
- NavigationFailedEventArgs.cs
- SqlDataSource.cs
- ClientConfigurationHost.cs
- MatrixCamera.cs
- PartDesigner.cs
- InputReportEventArgs.cs
- BuildProviderUtils.cs
- ResourceKey.cs
- LeftCellWrapper.cs
- _LazyAsyncResult.cs
- Aggregates.cs
- Privilege.cs
- WindowsSpinner.cs
- ParameterRefs.cs
- StyleHelper.cs
- MimeParameter.cs
- Utils.cs
- ZoneIdentityPermission.cs
- DbExpressionRules.cs
- ClonableStack.cs
- DataTableMappingCollection.cs
- IgnoreFileBuildProvider.cs
- DbSetClause.cs
- DataBindingHandlerAttribute.cs
- PersonalizableAttribute.cs
- GAC.cs
- TextSerializer.cs
- DbParameterCollectionHelper.cs
- StructuredTypeInfo.cs
- ADMembershipProvider.cs
- UnitySerializationHolder.cs
- UrlUtility.cs
- Bind.cs
- ObjectListSelectEventArgs.cs
- LockedHandleGlyph.cs
- ObjectQueryState.cs
- XmlException.cs
- ActivityUtilities.cs
- Trace.cs
- TraceContext.cs
- ExtensionFile.cs
- CharUnicodeInfo.cs
- OptionUsage.cs
- EventSetterHandlerConverter.cs
- COSERVERINFO.cs
- TypeUnloadedException.cs
- Instrumentation.cs
- TimerElapsedEvenArgs.cs
- ResourcesChangeInfo.cs
- RsaSecurityToken.cs
- TextReader.cs
- PropertyChangeTracker.cs
- WindowsRegion.cs
- HitTestFilterBehavior.cs
- Size3DValueSerializer.cs
- HostExecutionContextManager.cs
- ScrollableControl.cs
- Attributes.cs
- Atom10FormatterFactory.cs
- BitmapFrameEncode.cs
- ReliableChannelListener.cs
- Debugger.cs
- MetadataItemEmitter.cs
- PathGeometry.cs
- MemoryPressure.cs
- XPathAncestorQuery.cs
- basecomparevalidator.cs
- AmbientValueAttribute.cs
- CompilerScope.Storage.cs
- XmlWrappingReader.cs
- XmlQueryRuntime.cs
- SafeRightsManagementHandle.cs
- OdbcConnectionHandle.cs
- GlyphingCache.cs
- StringFreezingAttribute.cs
- Itemizer.cs
- Configuration.cs
- ConfigXmlComment.cs
- SettingsSection.cs
- ListViewTableRow.cs
- Documentation.cs
- LastQueryOperator.cs
- MaxValueConverter.cs
- PropertyToken.cs