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
- DocumentPageTextView.cs
- ItemsControlAutomationPeer.cs
- DefaultEventAttribute.cs
- Input.cs
- CalendarKeyboardHelper.cs
- SmtpNtlmAuthenticationModule.cs
- DefaultBinder.cs
- DocumentSequence.cs
- DataError.cs
- SpanIndex.cs
- HtmlElementCollection.cs
- FileCodeGroup.cs
- StrokeCollection2.cs
- COM2FontConverter.cs
- SqlBulkCopy.cs
- ChangePasswordAutoFormat.cs
- OleDbMetaDataFactory.cs
- SqlUDTStorage.cs
- WizardPanel.cs
- DataSourceHelper.cs
- CultureInfo.cs
- MethodToken.cs
- GestureRecognitionResult.cs
- BuildManager.cs
- ErrorFormatter.cs
- ContentControl.cs
- GridViewPageEventArgs.cs
- LogExtent.cs
- EditorPartCollection.cs
- SafeReadContext.cs
- RouteValueDictionary.cs
- XmlNamespaceManager.cs
- SqlDependencyUtils.cs
- ListViewEditEventArgs.cs
- ArrayHelper.cs
- ArgIterator.cs
- SourceItem.cs
- BindingEntityInfo.cs
- ResourcesBuildProvider.cs
- FontFamily.cs
- LayoutExceptionEventArgs.cs
- XmlSequenceWriter.cs
- SocketAddress.cs
- SqlMethodTransformer.cs
- SerializationObjectManager.cs
- DataGridPagerStyle.cs
- FileSystemEventArgs.cs
- CurrencyManager.cs
- MetadataItemSerializer.cs
- Rijndael.cs
- BinaryObjectReader.cs
- MsmqIntegrationMessageProperty.cs
- FontWeight.cs
- KeyboardEventArgs.cs
- PreservationFileWriter.cs
- XmlSchemaException.cs
- DropShadowBitmapEffect.cs
- InternalSafeNativeMethods.cs
- PropertyChangeTracker.cs
- CodeTypeDeclarationCollection.cs
- XmlCollation.cs
- IdlingCommunicationPool.cs
- StaticExtensionConverter.cs
- DeclaredTypeValidatorAttribute.cs
- CodeObjectCreateExpression.cs
- Html32TextWriter.cs
- NumericUpDownAcceleration.cs
- IIS7UserPrincipal.cs
- FolderNameEditor.cs
- EtwTrace.cs
- SafeViewOfFileHandle.cs
- ErrorRuntimeConfig.cs
- DesignerVerbCollection.cs
- InvokeMethodActivityDesigner.cs
- PreservationFileWriter.cs
- ConfigurationPropertyAttribute.cs
- SQLDateTime.cs
- DependencyPropertyHelper.cs
- ModelChangedEventArgsImpl.cs
- DataKeyArray.cs
- SafeRightsManagementSessionHandle.cs
- ProcessInputEventArgs.cs
- FileSecurity.cs
- DateTimeFormatInfo.cs
- XmlnsCompatibleWithAttribute.cs
- DomainUpDown.cs
- WorkflowOperationAsyncResult.cs
- ParameterReplacerVisitor.cs
- ConnectionProviderAttribute.cs
- Options.cs
- SigningCredentials.cs
- GiveFeedbackEventArgs.cs
- MimeTypeAttribute.cs
- filewebrequest.cs
- DesignerSerializationOptionsAttribute.cs
- DrawingAttributesDefaultValueFactory.cs
- MulticastDelegate.cs
- CodeAttributeArgument.cs
- ValidatedControlConverter.cs
- Transform.cs