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
- CapabilitiesRule.cs
- RsaSecurityTokenAuthenticator.cs
- EntityTypeEmitter.cs
- ListItem.cs
- DefinitionUpdate.cs
- UnsafeNativeMethods.cs
- cache.cs
- Thread.cs
- BufferedGraphicsManager.cs
- mediaclock.cs
- ContentDesigner.cs
- Byte.cs
- ToolBarButton.cs
- ScrollChrome.cs
- InputManager.cs
- DBCommand.cs
- CaseInsensitiveOrdinalStringComparer.cs
- WebResourceUtil.cs
- PersistenceParticipant.cs
- LoadedOrUnloadedOperation.cs
- XPathQueryGenerator.cs
- CategoriesDocument.cs
- SafeNativeMethodsMilCoreApi.cs
- DataGridViewRow.cs
- ExpressionEditorAttribute.cs
- XamlSerializer.cs
- MemoryMappedFile.cs
- LogStream.cs
- ThousandthOfEmRealPoints.cs
- dataSvcMapFileLoader.cs
- DesignerLinkAdapter.cs
- HtmlTableRowCollection.cs
- SQLMembershipProvider.cs
- LoginUtil.cs
- DesignTable.cs
- AbandonedMutexException.cs
- ColumnWidthChangingEvent.cs
- UInt16Storage.cs
- PathFigureCollectionValueSerializer.cs
- CodeTypeReference.cs
- DataGridViewElement.cs
- ObfuscationAttribute.cs
- DataContractSerializer.cs
- safelinkcollection.cs
- _BasicClient.cs
- AutomationProperties.cs
- CodeDOMProvider.cs
- CultureInfo.cs
- AssemblyName.cs
- oledbmetadatacollectionnames.cs
- HeaderCollection.cs
- URLAttribute.cs
- TextParagraph.cs
- UIElementPropertyUndoUnit.cs
- ThrowHelper.cs
- AppSettingsExpressionBuilder.cs
- Compress.cs
- ToolStripSettings.cs
- Rotation3DKeyFrameCollection.cs
- SymmetricAlgorithm.cs
- DocumentStatusResources.cs
- TextDecorations.cs
- Manipulation.cs
- DataGridViewRowsAddedEventArgs.cs
- CheckBoxFlatAdapter.cs
- SafeNativeMethods.cs
- InputQueueChannelAcceptor.cs
- ResponseStream.cs
- ButtonBaseDesigner.cs
- XmlnsPrefixAttribute.cs
- ReadOnlyTernaryTree.cs
- RuntimeCompatibilityAttribute.cs
- Site.cs
- UpdateCommand.cs
- ArglessEventHandlerProxy.cs
- SizeKeyFrameCollection.cs
- SimpleType.cs
- SafeLibraryHandle.cs
- HashCodeCombiner.cs
- TextEditorTables.cs
- filewebresponse.cs
- CmsInterop.cs
- Registry.cs
- ControlCachePolicy.cs
- InstanceHandleReference.cs
- ErrorFormatterPage.cs
- Vector.cs
- TraceHwndHost.cs
- EntitySetDataBindingList.cs
- DecimalStorage.cs
- Message.cs
- RoleGroupCollection.cs
- PingReply.cs
- DbConnectionFactory.cs
- Component.cs
- AxisAngleRotation3D.cs
- TrackingMemoryStream.cs
- ResourceExpression.cs
- SafeArrayRankMismatchException.cs
- TextRange.cs