Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / Tokens / ServiceModelSecurityTokenTypes.cs / 1 / ServiceModelSecurityTokenTypes.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
using System.IdentityModel.Tokens;
using System.ServiceModel;
using System.Globalization;
namespace System.ServiceModel.Security.Tokens
{
public static class ServiceModelSecurityTokenTypes
{
const string Namespace = "http://schemas.microsoft.com/ws/2006/05/servicemodel/tokens";
const string spnego = Namespace + "/Spnego";
const string mutualSslnego = Namespace + "/MutualSslnego";
const string anonymousSslnego = Namespace + "/AnonymousSslnego";
const string securityContext = Namespace + "/SecurityContextToken";
const string secureConversation = Namespace + "/SecureConversation";
const string sspiCredential = Namespace + "/SspiCredential";
static public string Spnego { get { return spnego; } }
static public string MutualSslnego { get { return mutualSslnego; } }
static public string AnonymousSslnego { get { return anonymousSslnego; } }
static public string SecurityContext { get { return securityContext; } }
static public string SecureConversation { get { return secureConversation; } }
static public string SspiCredential { get { return sspiCredential; } }
}
}
// 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
- QilGeneratorEnv.cs
- RTTypeWrapper.cs
- ExceptionRoutedEventArgs.cs
- FileBasedResourceGroveler.cs
- UnsafeNativeMethods.cs
- FormsAuthenticationConfiguration.cs
- WindowsServiceElement.cs
- ProcessThreadCollection.cs
- BitmapImage.cs
- PolicyManager.cs
- ClientConvert.cs
- TypeToken.cs
- GridToolTip.cs
- ComplexType.cs
- CollaborationHelperFunctions.cs
- MemberAccessException.cs
- Mappings.cs
- JsonObjectDataContract.cs
- Pair.cs
- ChangeConflicts.cs
- ItemCollectionEditor.cs
- DataMisalignedException.cs
- ProgressPage.cs
- EntityDescriptor.cs
- SRGSCompiler.cs
- ScrollItemProviderWrapper.cs
- ClientFormsAuthenticationCredentials.cs
- ControlPaint.cs
- VolatileEnlistmentState.cs
- CalendarDataBindingHandler.cs
- SystemIPInterfaceStatistics.cs
- UIElementIsland.cs
- QueueProcessor.cs
- ConsoleEntryPoint.cs
- WorkflowItemPresenter.cs
- NTAccount.cs
- NativeRecognizer.cs
- WebBrowsableAttribute.cs
- Material.cs
- Event.cs
- KeysConverter.cs
- SmiContextFactory.cs
- MulticastOption.cs
- InvalidCastException.cs
- WebServiceClientProxyGenerator.cs
- EntryWrittenEventArgs.cs
- Rect.cs
- CustomErrorsSection.cs
- WsdlServiceChannelBuilder.cs
- SynchronizedInputHelper.cs
- IpcServerChannel.cs
- MimeImporter.cs
- RijndaelManaged.cs
- XmlEventCache.cs
- StringKeyFrameCollection.cs
- SmiRecordBuffer.cs
- TemplateParser.cs
- DiagnosticTraceSchemas.cs
- RepeatButtonAutomationPeer.cs
- GeneralTransform3DGroup.cs
- FormatterConverter.cs
- SystemTcpStatistics.cs
- PropertyGroupDescription.cs
- DrawToolTipEventArgs.cs
- HwndKeyboardInputProvider.cs
- FileDataSourceCache.cs
- CodeDomSerializationProvider.cs
- basenumberconverter.cs
- UIServiceHelper.cs
- DataGridViewSelectedRowCollection.cs
- ComponentResourceManager.cs
- XmlEncoding.cs
- XmlEntityReference.cs
- cookiecontainer.cs
- PackageFilter.cs
- MessagePropertyAttribute.cs
- PolicyLevel.cs
- TimeSpan.cs
- FormParameter.cs
- FixUp.cs
- AncillaryOps.cs
- PointUtil.cs
- CookielessData.cs
- SmiContext.cs
- UnknownBitmapEncoder.cs
- FixedSOMLineCollection.cs
- RtType.cs
- XmlTypeMapping.cs
- WebPartConnectionsCancelVerb.cs
- XPathChildIterator.cs
- FontFaceLayoutInfo.cs
- DtdParser.cs
- ListViewUpdatedEventArgs.cs
- Label.cs
- FixedTextPointer.cs
- ToolboxItemFilterAttribute.cs
- TrackingStringDictionary.cs
- AppDomainFactory.cs
- TransactionBridgeSection.cs
- DerivedKeyCachingSecurityTokenSerializer.cs