Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / X509ScopedServiceCertificateElementCollection.cs / 1 / X509ScopedServiceCertificateElementCollection.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; [ConfigurationCollection(typeof(X509ScopedServiceCertificateElement))] public sealed class X509ScopedServiceCertificateElementCollection : ServiceModelConfigurationElementCollection{ public X509ScopedServiceCertificateElementCollection() : base() { } protected override object GetElementKey(ConfigurationElement element) { if (element == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("element"); } X509ScopedServiceCertificateElement scopedCertificateElement = (X509ScopedServiceCertificateElement)element; return scopedCertificateElement.TargetUri; } } } // 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
- MobileControlBuilder.cs
- SerializationEventsCache.cs
- TemplateColumn.cs
- Win32PrintDialog.cs
- SqlProvider.cs
- HybridDictionary.cs
- ConfigurationElement.cs
- CodeTypeOfExpression.cs
- SmiGettersStream.cs
- Point3DConverter.cs
- ThreadAttributes.cs
- ImageMapEventArgs.cs
- SchemaReference.cs
- WebPartCloseVerb.cs
- EncoderBestFitFallback.cs
- RemoteWebConfigurationHostServer.cs
- Regex.cs
- WebServiceFaultDesigner.cs
- GeometryGroup.cs
- XmlTextWriter.cs
- ShortcutKeysEditor.cs
- RadioButtonPopupAdapter.cs
- CalendarDateRange.cs
- QueryGenerator.cs
- ReturnValue.cs
- RichTextBoxAutomationPeer.cs
- MemberAssignmentAnalysis.cs
- ImageMap.cs
- HttpTransportSecurity.cs
- WebPartTransformerCollection.cs
- RichListBox.cs
- TableLayoutPanel.cs
- CreateUserErrorEventArgs.cs
- StateMachineTimers.cs
- ToolboxControl.cs
- MarkupExtensionSerializer.cs
- KeysConverter.cs
- Base64Encoder.cs
- GeneralTransformGroup.cs
- XmlObjectSerializerReadContext.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- TokenFactoryCredential.cs
- DataGridViewBand.cs
- DbRetry.cs
- ListBoxItem.cs
- VectorCollectionConverter.cs
- XmlMembersMapping.cs
- QilPatternVisitor.cs
- ClientOptions.cs
- DebugView.cs
- SingleConverter.cs
- DiscoveryClientElement.cs
- PathTooLongException.cs
- MiniModule.cs
- EncryptedPackageFilter.cs
- InputGestureCollection.cs
- EndpointAddress10.cs
- EditCommandColumn.cs
- CaseCqlBlock.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- WindowsGraphics2.cs
- WebEventCodes.cs
- Pair.cs
- MimePart.cs
- CellRelation.cs
- BoolLiteral.cs
- KnownBoxes.cs
- DbProviderFactories.cs
- DataKey.cs
- UpdateProgress.cs
- SerializationBinder.cs
- RequestTimeoutManager.cs
- SuppressMergeCheckAttribute.cs
- PartialArray.cs
- MatrixUtil.cs
- DSGeneratorProblem.cs
- ScriptResourceDefinition.cs
- XsltSettings.cs
- DictionaryGlobals.cs
- ClientTarget.cs
- WorkflowEnvironment.cs
- _ContextAwareResult.cs
- SqlOuterApplyReducer.cs
- DockingAttribute.cs
- XmlILCommand.cs
- IDReferencePropertyAttribute.cs
- PrefixQName.cs
- Pair.cs
- SHA512.cs
- MethodInfo.cs
- EncryptedHeader.cs
- AutomationPropertyInfo.cs
- RelationshipWrapper.cs
- CngUIPolicy.cs
- InstanceLockedException.cs
- smtpconnection.cs
- CancellationState.cs
- TextElementCollectionHelper.cs
- SqlBulkCopyColumnMapping.cs
- TextServicesPropertyRanges.cs