Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / AllowedAudienceUriElement.cs / 1 / AllowedAudienceUriElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System.Configuration; public sealed partial class AllowedAudienceUriElement : ConfigurationElement { public AllowedAudienceUriElement() : base() { } // AudienceUri is exposed as a string instead of an Uri so that WCF can do as there is no standard for the actual string. [ConfigurationProperty(ConfigurationStrings.AllowedAudienceUri, Options = ConfigurationPropertyOptions.IsKey )] [StringValidator(MinLength = 1)] public string AllowedAudienceUri { get { return (string)base[ConfigurationStrings.AllowedAudienceUri]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.AllowedAudienceUri] = value; } } } } // 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
- DivideByZeroException.cs
- DrawToolTipEventArgs.cs
- DependencyProperty.cs
- ViewManager.cs
- PagePropertiesChangingEventArgs.cs
- Misc.cs
- PathGeometry.cs
- XmlSerializerNamespaces.cs
- WebUtil.cs
- Label.cs
- InternalConfigHost.cs
- UidPropertyAttribute.cs
- DoubleLinkListEnumerator.cs
- UriWriter.cs
- NativeActivity.cs
- CharacterString.cs
- StringToken.cs
- WindowAutomationPeer.cs
- XmlSchemaCollection.cs
- PriorityQueue.cs
- FrameworkElementFactoryMarkupObject.cs
- PersonalizationState.cs
- x509utils.cs
- BitmapSource.cs
- SafeNativeMethods.cs
- LinkedResource.cs
- SqlFileStream.cs
- ActivationServices.cs
- KeyGestureConverter.cs
- XmlUtil.cs
- MethodToken.cs
- TimeoutException.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- Attributes.cs
- CancellationTokenRegistration.cs
- Collection.cs
- InvocationExpression.cs
- NestedContainer.cs
- SqlConnectionString.cs
- XmlIterators.cs
- ToolboxItemAttribute.cs
- WindowsFormsHostPropertyMap.cs
- XamlDesignerSerializationManager.cs
- SpeakInfo.cs
- BitFlagsGenerator.cs
- DataGridViewDataErrorEventArgs.cs
- OracleFactory.cs
- URI.cs
- DataGridViewCellPaintingEventArgs.cs
- RoutedPropertyChangedEventArgs.cs
- DesignTimeSiteMapProvider.cs
- ScalarOps.cs
- ParameterCollection.cs
- ObjectHandle.cs
- SerializationSectionGroup.cs
- PropertyMappingExceptionEventArgs.cs
- ModulesEntry.cs
- HttpHandlersSection.cs
- AddInDeploymentState.cs
- IPGlobalProperties.cs
- ScrollEventArgs.cs
- Drawing.cs
- Viewport2DVisual3D.cs
- SignatureToken.cs
- SimpleRecyclingCache.cs
- ClientTarget.cs
- TreeViewAutomationPeer.cs
- SymbolTable.cs
- GCHandleCookieTable.cs
- DockAndAnchorLayout.cs
- SafeProcessHandle.cs
- XmlIncludeAttribute.cs
- WizardPanel.cs
- ObjectDataSourceDisposingEventArgs.cs
- TransformGroup.cs
- EditorPartChrome.cs
- HttpCookie.cs
- AddInControllerImpl.cs
- BitmapPalette.cs
- QuarticEase.cs
- DeferredReference.cs
- ItemCheckedEvent.cs
- FieldMetadata.cs
- FixedDocumentPaginator.cs
- OutputWindow.cs
- WorkflowApplicationIdleEventArgs.cs
- XmlSchemaSimpleTypeRestriction.cs
- CodeTypeDelegate.cs
- AutomationAttributeInfo.cs
- ValidationEventArgs.cs
- ToolBarTray.cs
- IntegerFacetDescriptionElement.cs
- EntityDesignerBuildProvider.cs
- SiteMapPath.cs
- XamlPointCollectionSerializer.cs
- TypeCodeDomSerializer.cs
- httpserverutility.cs
- NavigatorOutput.cs
- SendMailErrorEventArgs.cs
- TemplateFactory.cs