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
- SafeTimerHandle.cs
- ExtendedPropertyCollection.cs
- AnimatedTypeHelpers.cs
- ModifierKeysValueSerializer.cs
- ClientRuntimeConfig.cs
- RTLAwareMessageBox.cs
- EnumerableRowCollectionExtensions.cs
- securitycriticaldata.cs
- ParsedAttributeCollection.cs
- Events.cs
- _CommandStream.cs
- CornerRadius.cs
- ToolStripEditorManager.cs
- WebBrowserEvent.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- CodeTypeParameterCollection.cs
- HitTestDrawingContextWalker.cs
- Serializer.cs
- TextElementEnumerator.cs
- EmptyControlCollection.cs
- TextEditorSpelling.cs
- TreeViewAutomationPeer.cs
- LeaseManager.cs
- ManagedWndProcTracker.cs
- SingleConverter.cs
- ButtonColumn.cs
- Int32AnimationUsingKeyFrames.cs
- ToolStripGripRenderEventArgs.cs
- MetadataSerializer.cs
- UrlMappingCollection.cs
- SslStream.cs
- ConfigUtil.cs
- odbcmetadatacolumnnames.cs
- CharAnimationUsingKeyFrames.cs
- _NegotiateClient.cs
- VirtualizedItemProviderWrapper.cs
- CssTextWriter.cs
- AxisAngleRotation3D.cs
- HandlerMappingMemo.cs
- ScanQueryOperator.cs
- VarInfo.cs
- BooleanStorage.cs
- Base64Decoder.cs
- TextViewSelectionProcessor.cs
- ToolStripProgressBar.cs
- SerialPort.cs
- ComponentRenameEvent.cs
- RawStylusInputCustomDataList.cs
- VisemeEventArgs.cs
- controlskin.cs
- HttpCookie.cs
- SecurityIdentifierElementCollection.cs
- PowerModeChangedEventArgs.cs
- UpdateException.cs
- DesignOnlyAttribute.cs
- OdbcDataAdapter.cs
- XmlBoundElement.cs
- HexParser.cs
- AdPostCacheSubstitution.cs
- ColorKeyFrameCollection.cs
- Bidi.cs
- Quaternion.cs
- HostUtils.cs
- Adorner.cs
- HtmlGenericControl.cs
- RequestResizeEvent.cs
- Sentence.cs
- EntityDataSourceUtil.cs
- ViewStateException.cs
- MetadataConversionError.cs
- Comparer.cs
- MessageQueuePermissionEntry.cs
- ValidatingReaderNodeData.cs
- SystemMulticastIPAddressInformation.cs
- SQLInt64.cs
- TextTabProperties.cs
- DrawingGroup.cs
- PathData.cs
- ListViewItemSelectionChangedEvent.cs
- TextBox.cs
- XmlSchemaSimpleType.cs
- ToggleButtonAutomationPeer.cs
- ParameterBuilder.cs
- SQLCharsStorage.cs
- RelationshipEndCollection.cs
- DataSourceBooleanViewSchemaConverter.cs
- WindowsGraphics2.cs
- COM2PropertyDescriptor.cs
- Int32RectConverter.cs
- SqlRowUpdatingEvent.cs
- ConfigurationElementCollection.cs
- OleCmdHelper.cs
- ActiveXSite.cs
- SchemaMapping.cs
- CheckBoxRenderer.cs
- RadioButtonAutomationPeer.cs
- FrameSecurityDescriptor.cs
- FileInfo.cs
- HuffmanTree.cs
- IPAddress.cs