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
- WebServiceParameterData.cs
- ByteAnimation.cs
- UInt32.cs
- SessionSwitchEventArgs.cs
- SQLInt16Storage.cs
- ToolStripLocationCancelEventArgs.cs
- Transform3D.cs
- LocalizableAttribute.cs
- SynchronizationLockException.cs
- Font.cs
- SqlTypesSchemaImporter.cs
- PointValueSerializer.cs
- SelectionHighlightInfo.cs
- QueryCorrelationInitializer.cs
- ListViewItem.cs
- CompositionTarget.cs
- XamlWriterExtensions.cs
- SendKeys.cs
- WindowProviderWrapper.cs
- clipboard.cs
- HopperCache.cs
- RangeValueProviderWrapper.cs
- TableCell.cs
- DataReceivedEventArgs.cs
- ParseElementCollection.cs
- PixelFormatConverter.cs
- XmlMemberMapping.cs
- EditingMode.cs
- _ListenerRequestStream.cs
- TypeConverterBase.cs
- InvalidCastException.cs
- SafeCoTaskMem.cs
- ImageDrawing.cs
- ResourceAttributes.cs
- ResourceCategoryAttribute.cs
- MaskPropertyEditor.cs
- SmtpDateTime.cs
- UIElement3D.cs
- ReplacementText.cs
- CodeIdentifier.cs
- InheritanceAttribute.cs
- ContractAdapter.cs
- CustomAttributeFormatException.cs
- LocalizedNameDescriptionPair.cs
- MenuItemStyle.cs
- WrappedReader.cs
- FixedDSBuilder.cs
- HtmlWindowCollection.cs
- CompositeScriptReference.cs
- ModelService.cs
- StylusPlugin.cs
- DownloadProgressEventArgs.cs
- PriorityItem.cs
- UpdateTranslator.cs
- GlobalProxySelection.cs
- FlowDocumentPage.cs
- XmlSerializerFactory.cs
- QueryCursorEventArgs.cs
- ContentPosition.cs
- XPathAxisIterator.cs
- ButtonPopupAdapter.cs
- ImpersonateTokenRef.cs
- NamespaceCollection.cs
- VisualCollection.cs
- DependencyObjectProvider.cs
- MemberAccessException.cs
- Int32Animation.cs
- TabControl.cs
- KeyedHashAlgorithm.cs
- XmlValidatingReader.cs
- WebResponse.cs
- HostingEnvironmentSection.cs
- DuplicateDetector.cs
- URIFormatException.cs
- ThreadStartException.cs
- DataGridViewImageCell.cs
- OpenTypeLayoutCache.cs
- ByteAnimation.cs
- DbConnectionInternal.cs
- PrimitiveList.cs
- MappingSource.cs
- MetadataPropertyvalue.cs
- XmlToDatasetMap.cs
- GridViewDeleteEventArgs.cs
- ThemeDictionaryExtension.cs
- SHA1.cs
- SetterBaseCollection.cs
- FieldNameLookup.cs
- NullRuntimeConfig.cs
- ObjectParameterCollection.cs
- XmlIncludeAttribute.cs
- ExtendLockCommand.cs
- IDReferencePropertyAttribute.cs
- TagPrefixCollection.cs
- QilXmlWriter.cs
- SmtpFailedRecipientsException.cs
- XmlHierarchicalEnumerable.cs
- SoapConverter.cs
- DragEvent.cs
- EventLogInformation.cs