Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / ClaimTypeElementCollection.cs / 1 / ClaimTypeElementCollection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.Configuration; using System.Globalization; using System.ServiceModel; [ConfigurationCollection(typeof(ClaimTypeElement))] public sealed class ClaimTypeElementCollection : ServiceModelConfigurationElementCollection{ public ClaimTypeElementCollection() : base() { } protected override object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } ClaimTypeElement claimElement = (ClaimTypeElement)element; return claimElement.ClaimType; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RootBrowserWindow.cs
- SequentialUshortCollection.cs
- Border.cs
- RemoteHelper.cs
- DocumentAutomationPeer.cs
- UInt16Storage.cs
- NumericUpDownAccelerationCollection.cs
- BuildDependencySet.cs
- LicenseManager.cs
- StorageEntityContainerMapping.cs
- SchemaManager.cs
- FilteredXmlReader.cs
- DataSourceSelectArguments.cs
- HttpModuleActionCollection.cs
- InternalBufferManager.cs
- XmlILConstructAnalyzer.cs
- DecoderExceptionFallback.cs
- TreeViewImageIndexConverter.cs
- InvokeGenerator.cs
- PasswordTextContainer.cs
- DesignObjectWrapper.cs
- OleAutBinder.cs
- ResourceManager.cs
- HashSetDebugView.cs
- OdbcCommandBuilder.cs
- ReliableSessionBindingElementImporter.cs
- AssertSection.cs
- BufferBuilder.cs
- XmlBindingWorker.cs
- PlainXmlWriter.cs
- Label.cs
- HttpWebResponse.cs
- ThumbAutomationPeer.cs
- SQLInt32.cs
- ProfileServiceManager.cs
- Calendar.cs
- CodeMethodReturnStatement.cs
- SequentialUshortCollection.cs
- ExceptionRoutedEventArgs.cs
- Stacktrace.cs
- XMLUtil.cs
- LabelDesigner.cs
- HwndSourceParameters.cs
- JournalNavigationScope.cs
- TextClipboardData.cs
- CharEntityEncoderFallback.cs
- HttpPostedFileWrapper.cs
- DrawingVisualDrawingContext.cs
- FirstMatchCodeGroup.cs
- SecurityCapabilities.cs
- NativeMethods.cs
- TemplateControlBuildProvider.cs
- HttpCookie.cs
- DataSvcMapFileSerializer.cs
- dbdatarecord.cs
- TextBlockAutomationPeer.cs
- OdbcConnectionStringbuilder.cs
- RequestBringIntoViewEventArgs.cs
- WebPartDescriptionCollection.cs
- DecimalKeyFrameCollection.cs
- ellipse.cs
- ThicknessAnimationUsingKeyFrames.cs
- EncryptedPackage.cs
- Effect.cs
- WhiteSpaceTrimStringConverter.cs
- LogReserveAndAppendState.cs
- SiteOfOriginPart.cs
- OletxEnlistment.cs
- AutomationEvent.cs
- DrawingDrawingContext.cs
- ActiveXContainer.cs
- InkSerializer.cs
- InOutArgumentConverter.cs
- StrokeSerializer.cs
- GridViewPageEventArgs.cs
- SystemSounds.cs
- UTF32Encoding.cs
- DictionaryEntry.cs
- RegexRunnerFactory.cs
- ImmutableAssemblyCacheEntry.cs
- TargetConverter.cs
- UiaCoreProviderApi.cs
- PropertyMapper.cs
- ThousandthOfEmRealDoubles.cs
- AssemblyInfo.cs
- BitmapFrameEncode.cs
- CrossAppDomainChannel.cs
- ApplicationCommands.cs
- SafeHandle.cs
- SqlProviderManifest.cs
- XmlAtomicValue.cs
- SqlCacheDependency.cs
- DbCommandTree.cs
- ImageButton.cs
- NameValuePermission.cs
- RawStylusInputReport.cs
- HealthMonitoringSection.cs
- DbParameterCollection.cs
- LambdaSerializationException.cs
- SapiRecoInterop.cs