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
- CompilationUtil.cs
- MatchAttribute.cs
- OletxResourceManager.cs
- FileDialogCustomPlace.cs
- TouchesCapturedWithinProperty.cs
- ThreadExceptionEvent.cs
- OdbcEnvironmentHandle.cs
- LinqToSqlWrapper.cs
- EntityContainer.cs
- DispatcherOperation.cs
- NullExtension.cs
- HttpStreamXmlDictionaryReader.cs
- FactoryGenerator.cs
- DayRenderEvent.cs
- _AutoWebProxyScriptEngine.cs
- DesignerTextWriter.cs
- CalendarDateRange.cs
- RecipientInfo.cs
- XmlIlVisitor.cs
- ScriptDescriptor.cs
- TriggerBase.cs
- CodeDelegateInvokeExpression.cs
- CollectionChangeEventArgs.cs
- OdbcParameterCollection.cs
- GeneralTransform3DCollection.cs
- Logging.cs
- FrameworkObject.cs
- GridViewRow.cs
- ContentPathSegment.cs
- SamlAuthenticationClaimResource.cs
- SoapSchemaImporter.cs
- BadImageFormatException.cs
- FormsIdentity.cs
- PassportPrincipal.cs
- QilDataSource.cs
- FileStream.cs
- TransportContext.cs
- SiteMapPath.cs
- DataStorage.cs
- LabelLiteral.cs
- RangeValuePatternIdentifiers.cs
- ManifestResourceInfo.cs
- Route.cs
- PasswordTextContainer.cs
- PixelFormatConverter.cs
- Token.cs
- BooleanProjectedSlot.cs
- IHttpResponseInternal.cs
- TextBoxAutoCompleteSourceConverter.cs
- ProgressBar.cs
- BuilderInfo.cs
- ArrayHelper.cs
- UnsafeNativeMethods.cs
- CaseInsensitiveOrdinalStringComparer.cs
- HttpCapabilitiesSectionHandler.cs
- PathStreamGeometryContext.cs
- SystemTcpStatistics.cs
- TextFormatterContext.cs
- XmlValueConverter.cs
- Hashtable.cs
- DesignerInterfaces.cs
- DetailsViewCommandEventArgs.cs
- SymLanguageVendor.cs
- DesignSurface.cs
- WebPartsSection.cs
- LayoutDump.cs
- WindowsProgressbar.cs
- XPathNodeIterator.cs
- XmlNullResolver.cs
- AnimationClockResource.cs
- PathGeometry.cs
- ISFClipboardData.cs
- Comparer.cs
- ChangeTracker.cs
- FileDialogCustomPlace.cs
- WindowsStatic.cs
- UserControl.cs
- DynamicValueConverter.cs
- DataChangedEventManager.cs
- XmlSchemaExternal.cs
- ScriptingRoleServiceSection.cs
- LexicalChunk.cs
- NamespaceDecl.cs
- ViewEventArgs.cs
- XmlLanguageConverter.cs
- SortKey.cs
- SingleSelectRootGridEntry.cs
- X509IssuerSerialKeyIdentifierClause.cs
- AppDomainManager.cs
- TextRangeEdit.cs
- LinkUtilities.cs
- ComponentResourceManager.cs
- WindowsRichEditRange.cs
- UnmanagedMemoryStreamWrapper.cs
- CustomAttributeFormatException.cs
- XmlHierarchicalDataSourceView.cs
- MetadataWorkspace.cs
- ExceptionRoutedEventArgs.cs
- DisplayInformation.cs
- UnsafeNativeMethods.cs