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
- FixedSOMElement.cs
- CodeDirectoryCompiler.cs
- SqlInfoMessageEvent.cs
- UserUseLicenseDictionaryLoader.cs
- Animatable.cs
- DoubleConverter.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- FileInfo.cs
- FileChangeNotifier.cs
- InternalConfigEventArgs.cs
- FindCriteriaElement.cs
- QilList.cs
- AssemblyResourceLoader.cs
- SoapAttributes.cs
- VirtualizedItemProviderWrapper.cs
- BamlVersionHeader.cs
- ColorConvertedBitmap.cs
- DefaultPrintController.cs
- LicenseContext.cs
- ObjectDataSourceFilteringEventArgs.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- Monitor.cs
- FlowchartDesigner.Helpers.cs
- LicenseContext.cs
- XPathQilFactory.cs
- MatrixValueSerializer.cs
- IdentityManager.cs
- TemplateManager.cs
- XMLSyntaxException.cs
- TreeWalker.cs
- WpfWebRequestHelper.cs
- WSDualHttpBindingCollectionElement.cs
- StylusEventArgs.cs
- RouteParameter.cs
- IssuanceLicense.cs
- Adorner.cs
- StoreItemCollection.Loader.cs
- TargetException.cs
- VectorCollection.cs
- BulletChrome.cs
- PropertyIDSet.cs
- DesignerLoader.cs
- DesignerSerializationOptionsAttribute.cs
- IFlowDocumentViewer.cs
- SmtpDigestAuthenticationModule.cs
- Schema.cs
- ZipIOCentralDirectoryBlock.cs
- ObjectTag.cs
- BinaryMessageFormatter.cs
- ImageKeyConverter.cs
- ExtenderProvidedPropertyAttribute.cs
- _UriTypeConverter.cs
- OdbcReferenceCollection.cs
- XmlNamespaceDeclarationsAttribute.cs
- UnsafeMethods.cs
- XmlSerializationReader.cs
- UriSectionData.cs
- BatchStream.cs
- _IPv6Address.cs
- MetadataWorkspace.cs
- SqlMethodCallConverter.cs
- ExtractedStateEntry.cs
- FormParameter.cs
- EtwTrackingParticipant.cs
- StringReader.cs
- HighlightVisual.cs
- XmlCharacterData.cs
- CheckedPointers.cs
- OrderedHashRepartitionEnumerator.cs
- FixedSOMTableCell.cs
- EventLogger.cs
- SoapHeaderException.cs
- LogArchiveSnapshot.cs
- ActionMessageFilter.cs
- MetadataPropertyAttribute.cs
- DataListItem.cs
- MDIControlStrip.cs
- XmlTextAttribute.cs
- GuidelineSet.cs
- TextEncodedRawTextWriter.cs
- StyleBamlTreeBuilder.cs
- Pkcs7Recipient.cs
- SoapCodeExporter.cs
- SendKeys.cs
- XmlMapping.cs
- ConnectionProviderAttribute.cs
- CfgSemanticTag.cs
- XmlUnspecifiedAttribute.cs
- NamespaceListProperty.cs
- TemplateControlCodeDomTreeGenerator.cs
- MissingSatelliteAssemblyException.cs
- DeriveBytes.cs
- SessionStateSection.cs
- DynamicValueConverter.cs
- EditingMode.cs
- ThemeDirectoryCompiler.cs
- XslTransformFileEditor.cs
- ResetableIterator.cs
- WindowsImpersonationContext.cs
- GridSplitter.cs