Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / IssuedTokenClientBehaviorsElement.cs / 1 / IssuedTokenClientBehaviorsElement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { using System; using System.Configuration; using System.ServiceModel.Channels; using System.Xml; using System.Globalization; public sealed partial class IssuedTokenClientBehaviorsElement : ConfigurationElement { public IssuedTokenClientBehaviorsElement() { } [ConfigurationProperty(ConfigurationStrings.IssuerAddress, DefaultValue = "", Options = ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey)] [StringValidator(MinLength=0)] public string IssuerAddress { get { return (string)base[ConfigurationStrings.IssuerAddress]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.IssuerAddress] = value; } } [ConfigurationProperty(ConfigurationStrings.BehaviorConfiguration, DefaultValue = "")] [StringValidator(MinLength = 0)] public string BehaviorConfiguration { get { return (string)base[ConfigurationStrings.BehaviorConfiguration]; } set { if (String.IsNullOrEmpty(value)) { value = String.Empty; } base[ConfigurationStrings.BehaviorConfiguration] = 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
- XmlIlVisitor.cs
- CmsInterop.cs
- GridViewColumnCollectionChangedEventArgs.cs
- DesignerHierarchicalDataSourceView.cs
- InternalEnumValidatorAttribute.cs
- RadioButtonRenderer.cs
- APCustomTypeDescriptor.cs
- BindingCollection.cs
- OSFeature.cs
- cache.cs
- IItemContainerGenerator.cs
- StatusBarAutomationPeer.cs
- EventMap.cs
- TopClause.cs
- Properties.cs
- XamlSerializerUtil.cs
- TabPage.cs
- DataReaderContainer.cs
- MetaModel.cs
- Validator.cs
- PointCollectionConverter.cs
- Point3DCollection.cs
- WebContext.cs
- ForEachAction.cs
- DocumentSequenceHighlightLayer.cs
- AmbientLight.cs
- WorkflowOperationInvoker.cs
- ObjectPropertyMapping.cs
- MenuItemCollection.cs
- XXXOnTypeBuilderInstantiation.cs
- ListBox.cs
- DbException.cs
- DecoratedNameAttribute.cs
- WmiEventSink.cs
- StringBlob.cs
- ButtonBase.cs
- DataColumnPropertyDescriptor.cs
- SizeAnimationBase.cs
- SecurityContextKeyIdentifierClause.cs
- BaseParser.cs
- IisTraceListener.cs
- Exceptions.cs
- NodeLabelEditEvent.cs
- RNGCryptoServiceProvider.cs
- QueryCursorEventArgs.cs
- TreeViewEvent.cs
- DeferredReference.cs
- WindowsListView.cs
- counter.cs
- InputProviderSite.cs
- HideDisabledControlAdapter.cs
- SimpleFileLog.cs
- CngAlgorithmGroup.cs
- EntitySqlException.cs
- DataGridViewBand.cs
- Size.cs
- ThreadStaticAttribute.cs
- ZoneButton.cs
- DelayedRegex.cs
- HitTestParameters3D.cs
- CodeTypeReferenceCollection.cs
- BigInt.cs
- XmlWrappingWriter.cs
- TextContainerHelper.cs
- InvalidDataContractException.cs
- BypassElementCollection.cs
- NameValueFileSectionHandler.cs
- EditModeSwitchButton.cs
- EntityStoreSchemaGenerator.cs
- ZipIOExtraFieldZip64Element.cs
- IndentTextWriter.cs
- WmfPlaceableFileHeader.cs
- ButtonChrome.cs
- Stroke.cs
- ArrayHelper.cs
- DefaultValueTypeConverter.cs
- Typeface.cs
- SchemaLookupTable.cs
- PostBackTrigger.cs
- WebReference.cs
- ScriptRef.cs
- IndexedString.cs
- EntityDesignerBuildProvider.cs
- CurrencyManager.cs
- FileDialog.cs
- SignatureHelper.cs
- RedirectionProxy.cs
- TextViewSelectionProcessor.cs
- EntityContainerEmitter.cs
- GridPatternIdentifiers.cs
- Sentence.cs
- SqlWebEventProvider.cs
- ListBoxItemWrapperAutomationPeer.cs
- PrintDialogException.cs
- DirectoryRootQuery.cs
- Win32.cs
- ProtocolsConfiguration.cs
- ScriptControlManager.cs
- Misc.cs
- BuildProviderUtils.cs