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
- ProfileProvider.cs
- _AutoWebProxyScriptEngine.cs
- FormattedTextSymbols.cs
- CasesDictionary.cs
- FormsAuthenticationCredentials.cs
- CompositeFontFamily.cs
- Version.cs
- EncodingNLS.cs
- Timer.cs
- EncoderExceptionFallback.cs
- _HeaderInfoTable.cs
- InfoCardTrace.cs
- BlockExpression.cs
- TabPanel.cs
- InvalidProgramException.cs
- DataObject.cs
- _ChunkParse.cs
- QilPatternFactory.cs
- CfgArc.cs
- IndexExpression.cs
- FixedStringLookup.cs
- LineBreak.cs
- WindowsServiceElement.cs
- ServicePoint.cs
- SqlDependencyListener.cs
- CriticalHandle.cs
- FileDialogCustomPlace.cs
- FileNameEditor.cs
- FormatterServices.cs
- XmlSignificantWhitespace.cs
- WsdlImporterElement.cs
- OdbcHandle.cs
- XdrBuilder.cs
- Accessors.cs
- PrivilegeNotHeldException.cs
- ProgressBar.cs
- PasswordRecovery.cs
- Attributes.cs
- SmiGettersStream.cs
- DesignerDataRelationship.cs
- Stroke2.cs
- ListViewTableCell.cs
- WriteFileContext.cs
- JsonStringDataContract.cs
- Int16.cs
- QueryComponents.cs
- HitTestDrawingContextWalker.cs
- DocumentCollection.cs
- ISAPIRuntime.cs
- OutOfMemoryException.cs
- Method.cs
- WeakReferenceKey.cs
- VectorKeyFrameCollection.cs
- PLINQETWProvider.cs
- MemberDescriptor.cs
- documentsequencetextview.cs
- MemberProjectionIndex.cs
- TimelineGroup.cs
- DataGridViewCellMouseEventArgs.cs
- FontSource.cs
- Thickness.cs
- BrowserDefinitionCollection.cs
- DynamicArgumentDialog.cs
- WebEventCodes.cs
- BamlBinaryReader.cs
- TextViewBase.cs
- HiddenFieldDesigner.cs
- FormViewUpdateEventArgs.cs
- CodeNamespaceImportCollection.cs
- Double.cs
- ToolStripDropDownButton.cs
- Faults.cs
- ImportContext.cs
- InvalidOleVariantTypeException.cs
- LinkTarget.cs
- ClientFormsAuthenticationCredentials.cs
- InkCollectionBehavior.cs
- XmlChildEnumerator.cs
- XmlReflectionImporter.cs
- BamlBinaryReader.cs
- PropertyState.cs
- PermissionSetEnumerator.cs
- HwndProxyElementProvider.cs
- TextDecorationCollectionConverter.cs
- SpecialNameAttribute.cs
- DocumentReference.cs
- Int16.cs
- PtsCache.cs
- WsatRegistrationHeader.cs
- IdentifierCollection.cs
- ConfigurationProviderException.cs
- EncryptedData.cs
- SimpleApplicationHost.cs
- __Filters.cs
- BuildProviderUtils.cs
- CodeSnippetStatement.cs
- TextServicesManager.cs
- SocketPermission.cs
- ActiveXHelper.cs
- SetterBase.cs