Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / NonDualMessageSecurityOverHttp.cs / 1 / NonDualMessageSecurityOverHttp.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { using System.ServiceModel.Channels; public sealed class NonDualMessageSecurityOverHttp : MessageSecurityOverHttp { internal const bool DefaultEstablishSecurityContext = true; bool establishSecurityContext; internal NonDualMessageSecurityOverHttp() : base() { this.establishSecurityContext = DefaultEstablishSecurityContext; } public bool EstablishSecurityContext { get { return this.establishSecurityContext; } set { this.establishSecurityContext = value; } } protected override bool IsSecureConversationEnabled() { return this.establishSecurityContext; } } } // 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
- ValueChangedEventManager.cs
- BatchWriter.cs
- Label.cs
- X509ClientCertificateCredentialsElement.cs
- InputManager.cs
- MailWebEventProvider.cs
- Permission.cs
- RequiredAttributeAttribute.cs
- TemplateComponentConnector.cs
- Timer.cs
- HtmlContainerControl.cs
- FormViewUpdatedEventArgs.cs
- TypeBinaryExpression.cs
- XmlByteStreamWriter.cs
- FormsAuthenticationCredentials.cs
- TextEditorContextMenu.cs
- While.cs
- SQLByte.cs
- StringKeyFrameCollection.cs
- StrongName.cs
- WindowsTab.cs
- Trace.cs
- ImageClickEventArgs.cs
- TimeStampChecker.cs
- altserialization.cs
- SoapExtensionTypeElement.cs
- MailMessageEventArgs.cs
- BindingCollection.cs
- TextCharacters.cs
- ContainsRowNumberChecker.cs
- ProxyGenerator.cs
- ButtonDesigner.cs
- Shape.cs
- RoleBoolean.cs
- LockCookie.cs
- DataGridRowDetailsEventArgs.cs
- SymbolType.cs
- View.cs
- BitStack.cs
- DelegatedStream.cs
- FileSystemWatcher.cs
- DesignerTransaction.cs
- NativeMethods.cs
- Point3DCollection.cs
- StorageMappingItemCollection.cs
- EncoderNLS.cs
- EntityRecordInfo.cs
- BorderSidesEditor.cs
- WebBrowserNavigatingEventHandler.cs
- StrongNameKeyPair.cs
- AttributeQuery.cs
- XamlTemplateSerializer.cs
- __Error.cs
- EditorPartCollection.cs
- ListBoxItem.cs
- ProfileBuildProvider.cs
- DataObjectPastingEventArgs.cs
- ViewCellSlot.cs
- HttpCapabilitiesBase.cs
- TimerEventSubscriptionCollection.cs
- _SingleItemRequestCache.cs
- BindingListCollectionView.cs
- AsymmetricSignatureFormatter.cs
- Int32RectConverter.cs
- BrushValueSerializer.cs
- FixedPageAutomationPeer.cs
- RadioButtonFlatAdapter.cs
- FocusTracker.cs
- Logging.cs
- CalendarDateRange.cs
- Renderer.cs
- XmlSerializableWriter.cs
- MappingItemCollection.cs
- Int64.cs
- sqlser.cs
- SourceLineInfo.cs
- CommentEmitter.cs
- TreeNodeCollectionEditor.cs
- SafeRightsManagementSessionHandle.cs
- ExpressionSelection.cs
- Oid.cs
- TableAutomationPeer.cs
- RemotingServices.cs
- BasicViewGenerator.cs
- TraceProvider.cs
- FileDetails.cs
- LinearGradientBrush.cs
- Variable.cs
- SqlDependencyListener.cs
- FormViewCommandEventArgs.cs
- TransportContext.cs
- ProbeDuplexAsyncResult.cs
- ContentDisposition.cs
- GenerateScriptTypeAttribute.cs
- Types.cs
- Enlistment.cs
- StatusBarItemAutomationPeer.cs
- SR.cs
- VirtualizingStackPanel.cs
- BitmapMetadataEnumerator.cs