Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / Tokens / InitiatorServiceModelSecurityTokenRequirement.cs / 1 / InitiatorServiceModelSecurityTokenRequirement.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- using System; using System.ServiceModel; using System.Xml; using System.Collections.Generic; using System.IdentityModel.Selectors; using System.Globalization; namespace System.ServiceModel.Security.Tokens { public sealed class InitiatorServiceModelSecurityTokenRequirement : ServiceModelSecurityTokenRequirement { public InitiatorServiceModelSecurityTokenRequirement() : base() { Properties.Add(IsInitiatorProperty, (object)true); } public EndpointAddress TargetAddress { get { return GetPropertyOrDefault(TargetAddressProperty, null); } set { this.Properties[TargetAddressProperty] = value; } } public Uri Via { get { return GetPropertyOrDefault (ViaProperty, null); } set { this.Properties[ViaProperty] = value; } } internal bool IsOutOfBandToken { get { return GetPropertyOrDefault (IsOutOfBandTokenProperty, false); } set { this.Properties[IsOutOfBandTokenProperty] = value; } } public override string ToString() { return InternalToString(); } } } // 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
- MailDefinitionBodyFileNameEditor.cs
- SqlDataSource.cs
- ContainerUtilities.cs
- OledbConnectionStringbuilder.cs
- selecteditemcollection.cs
- UdpContractFilterBehavior.cs
- FixedSOMPage.cs
- Delegate.cs
- NonDualMessageSecurityOverHttp.cs
- CaseInsensitiveOrdinalStringComparer.cs
- PersonalizationProviderCollection.cs
- SqlTrackingQuery.cs
- PtsHelper.cs
- HashAlgorithm.cs
- MasterPage.cs
- HttpListenerPrefixCollection.cs
- DelayedRegex.cs
- ParameterBuilder.cs
- _SSPISessionCache.cs
- XmlChoiceIdentifierAttribute.cs
- MeshGeometry3D.cs
- EventSourceCreationData.cs
- WpfKnownMember.cs
- TimeZone.cs
- CalloutQueueItem.cs
- InvalidPrinterException.cs
- ProgressBarRenderer.cs
- QilDataSource.cs
- RegistryKey.cs
- MiniParameterInfo.cs
- FamilyTypeface.cs
- XsdDateTime.cs
- ErrorCodes.cs
- RestHandlerFactory.cs
- DataGridViewCellValueEventArgs.cs
- ServiceOperationParameter.cs
- TextBox.cs
- BinaryFormatter.cs
- QueryOutputWriter.cs
- MarkupExtensionParser.cs
- GenericArgumentsUpdater.cs
- CalendarDateRangeChangingEventArgs.cs
- ParamArrayAttribute.cs
- DataObjectFieldAttribute.cs
- WebMessageBodyStyleHelper.cs
- ControlTemplate.cs
- BulletedListDesigner.cs
- XmlAnyElementAttributes.cs
- SqlCacheDependencyDatabaseCollection.cs
- TransactionInterop.cs
- ConvertersCollection.cs
- ProcessModuleDesigner.cs
- TrackingProfileCache.cs
- DBCSCodePageEncoding.cs
- Italic.cs
- PropertyMapper.cs
- ZipIOExtraField.cs
- DefaultPropertyAttribute.cs
- DefaultObjectMappingItemCollection.cs
- MaskedTextBox.cs
- HttpCacheParams.cs
- x509utils.cs
- EventSourceCreationData.cs
- Range.cs
- TemplateBindingExtensionConverter.cs
- CapabilitiesUse.cs
- ListView.cs
- SurrogateChar.cs
- BaseComponentEditor.cs
- EasingQuaternionKeyFrame.cs
- ListViewUpdateEventArgs.cs
- UnsafeMethods.cs
- ConvertersCollection.cs
- DataServiceQueryProvider.cs
- UIHelper.cs
- TextBoxLine.cs
- OletxTransactionHeader.cs
- DataGridCaption.cs
- Publisher.cs
- TreeNodeMouseHoverEvent.cs
- OutKeywords.cs
- Classification.cs
- mediaeventshelper.cs
- Transform3D.cs
- AutomationProperty.cs
- TemplateBamlRecordReader.cs
- CustomPopupPlacement.cs
- WindowsPrincipal.cs
- AddingNewEventArgs.cs
- SqlTriggerAttribute.cs
- RTTrackingProfile.cs
- Profiler.cs
- OleAutBinder.cs
- LocalizationParserHooks.cs
- DBCommand.cs
- Matrix.cs
- GridItemProviderWrapper.cs
- XmlSchemaElement.cs
- ScriptIgnoreAttribute.cs
- Mappings.cs