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
- ImmutablePropertyDescriptorGridEntry.cs
- Int32Converter.cs
- WebDescriptionAttribute.cs
- SourceSwitch.cs
- PropertyItemInternal.cs
- EmptyStringExpandableObjectConverter.cs
- SqlConnectionStringBuilder.cs
- CssTextWriter.cs
- JsonFormatGeneratorStatics.cs
- LineUtil.cs
- CellParaClient.cs
- TeredoHelper.cs
- Listbox.cs
- StylusDevice.cs
- TabControl.cs
- TimeoutTimer.cs
- Point4DValueSerializer.cs
- UnsafeNativeMethods.cs
- TaskFormBase.cs
- Comparer.cs
- WindowsRebar.cs
- RequiredFieldValidator.cs
- StylusPointProperties.cs
- ObjRef.cs
- ContentDisposition.cs
- GridViewDeletedEventArgs.cs
- UpdatePanelControlTrigger.cs
- IResourceProvider.cs
- EntityObject.cs
- XmlEntity.cs
- UnaryOperationBinder.cs
- MouseEventArgs.cs
- TableCell.cs
- CodeExpressionStatement.cs
- HtmlEncodedRawTextWriter.cs
- AttributeQuery.cs
- PagerSettings.cs
- WindowsBrush.cs
- TreeViewCancelEvent.cs
- ServerIdentity.cs
- StructuralCache.cs
- PolicyImporterElementCollection.cs
- AncestorChangedEventArgs.cs
- PeerApplication.cs
- CodeDOMUtility.cs
- SystemWebCachingSectionGroup.cs
- CaseInsensitiveOrdinalStringComparer.cs
- XmlUTF8TextWriter.cs
- XmlSchemaComplexContentRestriction.cs
- HealthMonitoringSection.cs
- LogReserveAndAppendState.cs
- ContextMarshalException.cs
- RMPermissions.cs
- DataGridViewRowHeaderCell.cs
- baseaxisquery.cs
- XmlEncodedRawTextWriter.cs
- documentsequencetextpointer.cs
- hebrewshape.cs
- XPathNavigator.cs
- TraceFilter.cs
- ItemType.cs
- _Events.cs
- TemplateContentLoader.cs
- EventMappingSettingsCollection.cs
- NativeActivityContext.cs
- EventDescriptorCollection.cs
- TextElementEnumerator.cs
- Misc.cs
- NumberFunctions.cs
- KoreanLunisolarCalendar.cs
- ApplicationManager.cs
- NotSupportedException.cs
- SQLStringStorage.cs
- BackgroundWorker.cs
- XmlILCommand.cs
- XmlResolver.cs
- WebPartHelpVerb.cs
- LambdaCompiler.cs
- DbConnectionOptions.cs
- SchemaNamespaceManager.cs
- PageAsyncTask.cs
- ReadWriteSpinLock.cs
- HttpHeaderCollection.cs
- AuthorizationBehavior.cs
- TypeUsageBuilder.cs
- ServiceContractViewControl.cs
- GZipStream.cs
- WebPartUserCapability.cs
- CompilationUtil.cs
- MenuItemCollectionEditorDialog.cs
- WindowsAltTab.cs
- DashStyles.cs
- XmlMembersMapping.cs
- ClonableStack.cs
- MenuItemAutomationPeer.cs
- GradientStop.cs
- HotSpotCollection.cs
- ObjectViewListener.cs
- SafeNativeMethods.cs
- Vector3DValueSerializer.cs