Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Configuration / AuthenticationModeHelper.cs / 1 / AuthenticationModeHelper.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.ServiceModel.Configuration { static class AuthenticationModeHelper { public static bool IsDefined(AuthenticationMode value) { return value == AuthenticationMode.AnonymousForCertificate || value == AuthenticationMode.AnonymousForSslNegotiated || value == AuthenticationMode.CertificateOverTransport || value == AuthenticationMode.IssuedToken || value == AuthenticationMode.IssuedTokenForCertificate || value == AuthenticationMode.IssuedTokenForSslNegotiated || value == AuthenticationMode.IssuedTokenOverTransport || value == AuthenticationMode.Kerberos || value == AuthenticationMode.KerberosOverTransport || value == AuthenticationMode.MutualCertificate || value == AuthenticationMode.MutualCertificateDuplex || value == AuthenticationMode.MutualSslNegotiated || value == AuthenticationMode.SecureConversation || value == AuthenticationMode.SspiNegotiated || value == AuthenticationMode.UserNameForCertificate || value == AuthenticationMode.UserNameForSslNegotiated || value == AuthenticationMode.UserNameOverTransport || value == AuthenticationMode.SspiNegotiatedOverTransport; } } } // 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
- FunctionDescription.cs
- XmlQueryCardinality.cs
- WCFServiceClientProxyGenerator.cs
- DesignerSerializerAttribute.cs
- ArglessEventHandlerProxy.cs
- ObjectStateFormatter.cs
- NegotiateStream.cs
- FormsAuthenticationCredentials.cs
- Positioning.cs
- InfoCardAsymmetricCrypto.cs
- HostingEnvironmentSection.cs
- WebControlToolBoxItem.cs
- TextViewBase.cs
- ServiceThrottlingElement.cs
- EventPrivateKey.cs
- SpinWait.cs
- AdornerHitTestResult.cs
- SqlBulkCopyColumnMapping.cs
- DummyDataSource.cs
- HitTestWithPointDrawingContextWalker.cs
- EntityDescriptor.cs
- FocusWithinProperty.cs
- WeakReferenceList.cs
- InputScopeConverter.cs
- ScrollBarRenderer.cs
- selecteditemcollection.cs
- DataGridViewCellCollection.cs
- DefaultValueAttribute.cs
- NotCondition.cs
- ChangeToolStripParentVerb.cs
- ServiceObjectContainer.cs
- Rules.cs
- DecimalConstantAttribute.cs
- SrgsGrammar.cs
- InternalResources.cs
- ClientScriptManagerWrapper.cs
- XamlTypeMapper.cs
- XmlComplianceUtil.cs
- PDBReader.cs
- UnmanagedBitmapWrapper.cs
- CodeDefaultValueExpression.cs
- ExpressionBuilderContext.cs
- QilStrConcat.cs
- FileInfo.cs
- MeasurementDCInfo.cs
- AnnotationHelper.cs
- TypeRestriction.cs
- CodeTypeReference.cs
- QilChoice.cs
- UpdatePanelTriggerCollection.cs
- MultiBindingExpression.cs
- SmtpDateTime.cs
- DataGridViewColumnConverter.cs
- RemotingException.cs
- OdbcConnectionHandle.cs
- CommandLineParser.cs
- Activator.cs
- BufferedWebEventProvider.cs
- PartialTrustVisibleAssembliesSection.cs
- ProtectedConfigurationProviderCollection.cs
- BrowserCapabilitiesFactory.cs
- SspiSafeHandles.cs
- CompareInfo.cs
- ResourceKey.cs
- ButtonFlatAdapter.cs
- JsonFormatGeneratorStatics.cs
- ToolStripGrip.cs
- SamlAudienceRestrictionCondition.cs
- PropertyHelper.cs
- NotCondition.cs
- ChineseLunisolarCalendar.cs
- ScrollPatternIdentifiers.cs
- XmlSerializationWriter.cs
- DecoderBestFitFallback.cs
- RuleValidation.cs
- xml.cs
- ScrollBarAutomationPeer.cs
- SingleObjectCollection.cs
- InProcStateClientManager.cs
- ExpressionLexer.cs
- ResourceExpressionBuilder.cs
- Int16Storage.cs
- MethodBuilder.cs
- IOThreadTimer.cs
- DataGridViewCell.cs
- UnsafeNativeMethods.cs
- PingOptions.cs
- EntityAdapter.cs
- SynchronizedPool.cs
- DocumentSequence.cs
- login.cs
- EncodingTable.cs
- SqlParameter.cs
- ObjectItemAssemblyLoader.cs
- LifetimeServices.cs
- Pen.cs
- List.cs
- DistributedTransactionPermission.cs
- StateChangeEvent.cs
- Context.cs