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
- CompositeControl.cs
- TypedReference.cs
- AssertSection.cs
- BamlRecordHelper.cs
- SmuggledIUnknown.cs
- RtfControlWordInfo.cs
- OwnerDrawPropertyBag.cs
- TextInfo.cs
- TypedElement.cs
- WhitespaceRuleReader.cs
- ModelUtilities.cs
- RuntimeEnvironment.cs
- ValidationException.cs
- ProcessModuleCollection.cs
- TextFormatterImp.cs
- TypeGeneratedEventArgs.cs
- HWStack.cs
- RightsManagementEncryptedStream.cs
- CodeGenerationManager.cs
- HelpKeywordAttribute.cs
- WSSecurityPolicy.cs
- MessageHeaderT.cs
- EncryptedKeyIdentifierClause.cs
- ResourceBinder.cs
- SID.cs
- CompatibleIComparer.cs
- PreviewPageInfo.cs
- RecordConverter.cs
- SamlConditions.cs
- GcSettings.cs
- DataKeyCollection.cs
- TypeConverterAttribute.cs
- OperationCanceledException.cs
- CompletedAsyncResult.cs
- SiteMapNodeItemEventArgs.cs
- RootBrowserWindowAutomationPeer.cs
- RegularExpressionValidator.cs
- XmlException.cs
- HttpHandlerAction.cs
- SchemaElementLookUpTable.cs
- XmlQueryOutput.cs
- SyndicationSerializer.cs
- Decimal.cs
- PlaceHolder.cs
- QilTypeChecker.cs
- SqlDataSourceTableQuery.cs
- PackageFilter.cs
- CollectionDataContractAttribute.cs
- IdentityModelStringsVersion1.cs
- WindowsEditBox.cs
- ServiceOperationParameter.cs
- WebBrowserUriTypeConverter.cs
- ContractCodeDomInfo.cs
- SimpleFieldTemplateFactory.cs
- EdmScalarPropertyAttribute.cs
- COM2TypeInfoProcessor.cs
- KoreanLunisolarCalendar.cs
- HeaderUtility.cs
- ConstraintStruct.cs
- Queue.cs
- DataGridViewCheckBoxCell.cs
- Shape.cs
- LZCodec.cs
- MsmqOutputChannel.cs
- ReachSerializerAsync.cs
- ListViewDataItem.cs
- ChangePassword.cs
- InlineCollection.cs
- DatagridviewDisplayedBandsData.cs
- DataGridView.cs
- ObjectItemConventionAssemblyLoader.cs
- DataMemberConverter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- FloaterParagraph.cs
- ListViewEditEventArgs.cs
- FileNotFoundException.cs
- TabControlDesigner.cs
- ClientRolePrincipal.cs
- AnimationClockResource.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- InternalControlCollection.cs
- NegotiationTokenAuthenticatorStateCache.cs
- DbXmlEnabledProviderManifest.cs
- LiteralTextParser.cs
- SynchronizationHandlesCodeDomSerializer.cs
- WorkflowDesignerColors.cs
- IsolatedStorageFilePermission.cs
- DocumentPageViewAutomationPeer.cs
- XmlIlTypeHelper.cs
- SecurityStateEncoder.cs
- PasswordPropertyTextAttribute.cs
- SelectionItemPattern.cs
- ScrollBar.cs
- XmlArrayItemAttribute.cs
- UnsafeNativeMethods.cs
- TargetInvocationException.cs
- TransformValueSerializer.cs
- CardSpaceException.cs
- WebPartChrome.cs
- BlobPersonalizationState.cs