Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / MsmqAuthenticationMode.cs / 1 / MsmqAuthenticationMode.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel { public enum MsmqAuthenticationMode { None, WindowsDomain, Certificate, } static class MsmqAuthenticationModeHelper { public static bool IsDefined(MsmqAuthenticationMode mode) { return mode >= MsmqAuthenticationMode.None && mode <= MsmqAuthenticationMode.Certificate; } } } // 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
- GridViewCancelEditEventArgs.cs
- MimePart.cs
- PropertyGridView.cs
- TypeNameConverter.cs
- GorillaCodec.cs
- XmlILIndex.cs
- CanonicalFontFamilyReference.cs
- ListenerAdapter.cs
- DoubleLink.cs
- ProgressBarHighlightConverter.cs
- ChannelDispatcherCollection.cs
- TextBoxAutoCompleteSourceConverter.cs
- DesignOnlyAttribute.cs
- FileUpload.cs
- DataObjectAttribute.cs
- RawStylusInputReport.cs
- BCLDebug.cs
- SubMenuStyleCollection.cs
- Vector3DAnimation.cs
- EntityCommand.cs
- MembershipUser.cs
- LocatorGroup.cs
- SubqueryTrackingVisitor.cs
- BitmapEffectInput.cs
- NetworkStream.cs
- MouseBinding.cs
- Journal.cs
- DependencyPropertyConverter.cs
- FontUnit.cs
- AppDomainProtocolHandler.cs
- SystemTcpConnection.cs
- CircleEase.cs
- Mutex.cs
- ObjectDataSourceChooseMethodsPanel.cs
- SchemaManager.cs
- SemanticValue.cs
- FloaterParagraph.cs
- SoapParser.cs
- HotSpot.cs
- ResXResourceReader.cs
- ReadingWritingEntityEventArgs.cs
- CodeTypeConstructor.cs
- ComponentConverter.cs
- IpcServerChannel.cs
- TraceHandler.cs
- ReaderWriterLock.cs
- NamespaceInfo.cs
- AssemblyAssociatedContentFileAttribute.cs
- WebPartTransformerAttribute.cs
- PenLineJoinValidation.cs
- PositiveTimeSpanValidator.cs
- CompilerCollection.cs
- DataGridViewBindingCompleteEventArgs.cs
- ApplicationInfo.cs
- WindowVisualStateTracker.cs
- GenericEnumerator.cs
- ChangesetResponse.cs
- HttpStreams.cs
- SocketInformation.cs
- PropertyGeneratedEventArgs.cs
- DataExpression.cs
- NativeWindow.cs
- GZipObjectSerializer.cs
- BindingRestrictions.cs
- fixedPageContentExtractor.cs
- SecurityElement.cs
- BitmapMetadata.cs
- SendMailErrorEventArgs.cs
- DataGridViewBand.cs
- NavigationCommands.cs
- HwndSourceKeyboardInputSite.cs
- InkCollectionBehavior.cs
- Int32Collection.cs
- CallbackValidator.cs
- __Filters.cs
- SafeHandles.cs
- ComponentGlyph.cs
- DiscoveryDefaults.cs
- RowsCopiedEventArgs.cs
- XPathDocumentNavigator.cs
- WindowVisualStateTracker.cs
- SqlNamer.cs
- DrawingVisualDrawingContext.cs
- XmlDownloadManager.cs
- DocumentApplicationJournalEntry.cs
- SchemaEntity.cs
- ExpressionBindingCollection.cs
- HttpStreamXmlDictionaryReader.cs
- assemblycache.cs
- ZipIOBlockManager.cs
- IntSecurity.cs
- AxWrapperGen.cs
- SQLDecimal.cs
- InkCollectionBehavior.cs
- ServiceInfo.cs
- DesignerActionItemCollection.cs
- FixedPage.cs
- ResourceReader.cs
- DataSet.cs
- ButtonPopupAdapter.cs