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
- ToolStripRenderer.cs
- ArgumentValidation.cs
- ValueConversionAttribute.cs
- LookupBindingPropertiesAttribute.cs
- ServiceDesigner.xaml.cs
- PropertyGroupDescription.cs
- VSDExceptions.cs
- OdbcError.cs
- unitconverter.cs
- DispatcherSynchronizationContext.cs
- TargetControlTypeCache.cs
- PrintPageEvent.cs
- MenuItem.cs
- dbenumerator.cs
- Brushes.cs
- RSAProtectedConfigurationProvider.cs
- BamlResourceSerializer.cs
- Schema.cs
- NativeMethods.cs
- SqlCommandBuilder.cs
- ParallelQuery.cs
- ImageSourceConverter.cs
- Ticks.cs
- ImageFormatConverter.cs
- GroupJoinQueryOperator.cs
- AncestorChangedEventArgs.cs
- ArraySegment.cs
- RelationshipWrapper.cs
- PathParser.cs
- WindowsFormsSynchronizationContext.cs
- DataSet.cs
- ImageBrush.cs
- HealthMonitoringSectionHelper.cs
- IPipelineRuntime.cs
- BindingGroup.cs
- AddInAdapter.cs
- IDataContractSurrogate.cs
- OutOfProcStateClientManager.cs
- StreamReader.cs
- DispatchChannelSink.cs
- TextRenderingModeValidation.cs
- HtmlCommandAdapter.cs
- Command.cs
- OracleTransaction.cs
- FileReservationCollection.cs
- HtmlTextArea.cs
- ClientBuildManagerCallback.cs
- XmlFormatReaderGenerator.cs
- SamlAttribute.cs
- DataGridTable.cs
- HttpListenerRequestUriBuilder.cs
- ToolboxComponentsCreatingEventArgs.cs
- SqlProviderUtilities.cs
- SerializableAttribute.cs
- TimeEnumHelper.cs
- clipboard.cs
- ErrorTableItemStyle.cs
- BamlLocalizabilityResolver.cs
- Literal.cs
- ContentValidator.cs
- DragDrop.cs
- HandlerMappingMemo.cs
- XmlFormatReaderGenerator.cs
- ComponentResourceManager.cs
- PersonalizationProviderCollection.cs
- AssemblyBuilder.cs
- SafeNativeMethods.cs
- JpegBitmapDecoder.cs
- webproxy.cs
- CategoriesDocumentFormatter.cs
- LogEntrySerialization.cs
- TabRenderer.cs
- EnumerableRowCollection.cs
- GradientStop.cs
- PeerCollaboration.cs
- SocketInformation.cs
- WebPartConnectionCollection.cs
- AnalyzedTree.cs
- TypeBuilder.cs
- MatrixUtil.cs
- OleAutBinder.cs
- DataGridViewCellPaintingEventArgs.cs
- Cursors.cs
- OracleParameterBinding.cs
- ExpressionEditorAttribute.cs
- ToolStripItem.cs
- CultureTable.cs
- PrePrepareMethodAttribute.cs
- WebServiceParameterData.cs
- OperationDescription.cs
- RotationValidation.cs
- XmlSchemaObjectCollection.cs
- GridViewEditEventArgs.cs
- TextRangeEdit.cs
- IconEditor.cs
- TrackingProfileSerializer.cs
- safex509handles.cs
- ExtractCollection.cs
- EntityProviderServices.cs
- wmiprovider.cs