Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / IssuedTokenClientBehaviorsElementCollection.cs / 1 / IssuedTokenClientBehaviorsElementCollection.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(IssuedTokenClientBehaviorsElement))] public sealed class IssuedTokenClientBehaviorsElementCollection : ServiceModelConfigurationElementCollection{ public IssuedTokenClientBehaviorsElementCollection() : base() { } protected override object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } IssuedTokenClientBehaviorsElement behaviorElement = (IssuedTokenClientBehaviorsElement)element; return behaviorElement.IssuerAddress; } } } // 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
- SafeViewOfFileHandle.cs
- HideDisabledControlAdapter.cs
- Hex.cs
- DataGridTablesFactory.cs
- TreeNodeEventArgs.cs
- ForwardPositionQuery.cs
- XPathNodeInfoAtom.cs
- HuffModule.cs
- WebPartCancelEventArgs.cs
- SqlOuterApplyReducer.cs
- FixedSOMSemanticBox.cs
- TextRangeProviderWrapper.cs
- ClientFactory.cs
- MenuCommandService.cs
- ObjectNotFoundException.cs
- XmlSubtreeReader.cs
- DataFieldCollectionEditor.cs
- HttpCapabilitiesBase.cs
- SimpleType.cs
- EventBuilder.cs
- DocumentApplicationJournalEntry.cs
- PerformanceCounterPermission.cs
- TypeDescriptionProviderAttribute.cs
- EventDescriptor.cs
- XmlAnyElementAttribute.cs
- SetStoryboardSpeedRatio.cs
- EditCommandColumn.cs
- HtmlInputReset.cs
- InputLanguageSource.cs
- OutOfProcStateClientManager.cs
- ConstructorNeedsTagAttribute.cs
- autovalidator.cs
- NetworkAddressChange.cs
- HttpRequestTraceRecord.cs
- HtmlTableCell.cs
- DataGridClipboardCellContent.cs
- UserValidatedEventArgs.cs
- ImportContext.cs
- NotificationContext.cs
- NativeRightsManagementAPIsStructures.cs
- cryptoapiTransform.cs
- ConnectionsZone.cs
- Point3DAnimation.cs
- RootBrowserWindowAutomationPeer.cs
- WindowsFormsHelpers.cs
- BuilderPropertyEntry.cs
- DataBindingCollection.cs
- ConfigXmlElement.cs
- ObjectQueryState.cs
- XmlDataProvider.cs
- DataGridViewDataErrorEventArgs.cs
- WebBrowserProgressChangedEventHandler.cs
- Resources.Designer.cs
- ConvertEvent.cs
- BamlBinaryReader.cs
- _FtpControlStream.cs
- ConfigXmlText.cs
- SessionStateItemCollection.cs
- ObjectDataSourceFilteringEventArgs.cs
- WpfKnownTypeInvoker.cs
- CustomWebEventKey.cs
- Canvas.cs
- StatusBar.cs
- Journaling.cs
- NumberFunctions.cs
- RectangleF.cs
- LayoutUtils.cs
- HostingEnvironment.cs
- FileNameEditor.cs
- HostVisual.cs
- OrderByQueryOptionExpression.cs
- QilCloneVisitor.cs
- ProtocolsSection.cs
- CodeCastExpression.cs
- ClipboardData.cs
- ProcessThread.cs
- sqlcontext.cs
- FunctionCommandText.cs
- AsyncStreamReader.cs
- DPTypeDescriptorContext.cs
- InvalidWMPVersionException.cs
- BuilderInfo.cs
- PersonalizationEntry.cs
- HandlerFactoryCache.cs
- BindingsSection.cs
- WebPart.cs
- RightsManagementInformation.cs
- ShapingWorkspace.cs
- LogicalExpr.cs
- CodeMemberMethod.cs
- PingOptions.cs
- StopRoutingHandler.cs
- FrameworkElementAutomationPeer.cs
- AssemblyNameProxy.cs
- ImageMetadata.cs
- TryLoadRunnableWorkflowCommand.cs
- QueryableDataSourceView.cs
- UIElement.cs
- RawStylusInputCustomData.cs
- TypeSystem.cs