Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Tokens / SecurityTokenTypes.cs / 1305376 / SecurityTokenTypes.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- using System.Globalization; namespace System.IdentityModel.Tokens { public static class SecurityTokenTypes { const string Namespace = "http://schemas.microsoft.com/ws/2006/05/identitymodel/tokens"; const string userName = Namespace + "/UserName"; const string x509Certificate = Namespace + "/X509Certificate"; const string kerberos = Namespace + "/Kerberos"; const string saml = Namespace + "/Saml"; const string rsa = Namespace + "/Rsa"; static public string UserName { get { return userName; } } static public string X509Certificate { get { return x509Certificate; } } static public string Kerberos { get { return kerberos; } } static public string Saml { get { return saml; } } static public string Rsa { get { return rsa; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- using System.Globalization; namespace System.IdentityModel.Tokens { public static class SecurityTokenTypes { const string Namespace = "http://schemas.microsoft.com/ws/2006/05/identitymodel/tokens"; const string userName = Namespace + "/UserName"; const string x509Certificate = Namespace + "/X509Certificate"; const string kerberos = Namespace + "/Kerberos"; const string saml = Namespace + "/Saml"; const string rsa = Namespace + "/Rsa"; static public string UserName { get { return userName; } } static public string X509Certificate { get { return x509Certificate; } } static public string Kerberos { get { return kerberos; } } static public string Saml { get { return saml; } } static public string Rsa { get { return rsa; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SHA1.cs
- XmlParserContext.cs
- AssemblyCollection.cs
- LocatorPartList.cs
- Comparer.cs
- SystemIPInterfaceStatistics.cs
- XPathNodeHelper.cs
- MappingModelBuildProvider.cs
- SafeFreeMibTable.cs
- ColorConvertedBitmap.cs
- JsonStringDataContract.cs
- RequestQueue.cs
- LineBreakRecord.cs
- ParameterReplacerVisitor.cs
- AuthenticationManager.cs
- TTSEvent.cs
- InstancePersistenceCommandException.cs
- SymbolEqualComparer.cs
- XmlReaderDelegator.cs
- SiteMapSection.cs
- ToolStripPanelRenderEventArgs.cs
- HelloOperationCD1AsyncResult.cs
- MutexSecurity.cs
- HyperLinkDesigner.cs
- PageContentAsyncResult.cs
- RectangleGeometry.cs
- ImageSource.cs
- ValidationPropertyAttribute.cs
- CodeMemberEvent.cs
- MessagePropertyFilter.cs
- HistoryEventArgs.cs
- FormatConvertedBitmap.cs
- SmiContext.cs
- DataGridColumnFloatingHeader.cs
- ListViewInsertedEventArgs.cs
- PackagingUtilities.cs
- _DigestClient.cs
- ResourcesChangeInfo.cs
- XMLDiffLoader.cs
- DocumentXPathNavigator.cs
- LongValidator.cs
- ClientSettings.cs
- TableItemPattern.cs
- MethodImplAttribute.cs
- CryptoKeySecurity.cs
- WinEventWrap.cs
- FileFormatException.cs
- FlowLayoutPanel.cs
- EventProviderWriter.cs
- ScriptRegistrationManager.cs
- Thread.cs
- SystemSounds.cs
- DataGridViewUtilities.cs
- ColorIndependentAnimationStorage.cs
- __Filters.cs
- WSSecurityPolicy.cs
- XmlDataContract.cs
- SctClaimSerializer.cs
- BaseParagraph.cs
- Main.cs
- AddIn.cs
- MULTI_QI.cs
- StorageAssociationSetMapping.cs
- TableRowCollection.cs
- ListViewContainer.cs
- FilterQuery.cs
- RelationshipConverter.cs
- Style.cs
- CopyOfAction.cs
- Speller.cs
- EntityDataSourceWrapper.cs
- DoubleLinkListEnumerator.cs
- StructureChangedEventArgs.cs
- DataTable.cs
- AlternationConverter.cs
- OrderByExpression.cs
- Int32KeyFrameCollection.cs
- BamlTreeMap.cs
- FileInfo.cs
- VariantWrapper.cs
- PageAsyncTask.cs
- TextRangeEditLists.cs
- StandardBindingElementCollection.cs
- SharedHttpsTransportManager.cs
- SequentialWorkflowHeaderFooter.cs
- Speller.cs
- XNodeNavigator.cs
- SqlUserDefinedTypeAttribute.cs
- XmlnsDictionary.cs
- _NativeSSPI.cs
- XmlHierarchicalDataSourceView.cs
- OleDbPermission.cs
- RoutedUICommand.cs
- SignatureTargetIdManager.cs
- StringAnimationBase.cs
- DecoderReplacementFallback.cs
- ConnectionStringsSection.cs
- DateTimeOffset.cs
- WindowsTab.cs
- EditorPartChrome.cs