Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / IdentityModel / System / IdentityModel / Tokens / SecurityTokenTypes.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExceptionList.cs
- ExpressionBuilder.cs
- SqlNotificationRequest.cs
- ThaiBuddhistCalendar.cs
- DESCryptoServiceProvider.cs
- HelpProvider.cs
- WebEventTraceProvider.cs
- ProfileManager.cs
- StreamWriter.cs
- VisualTarget.cs
- PackagePart.cs
- ListViewPagedDataSource.cs
- PerfCounters.cs
- ListParagraph.cs
- EntityDataSourceReferenceGroup.cs
- ExternalException.cs
- RijndaelCryptoServiceProvider.cs
- DriveInfo.cs
- DataSourceSelectArguments.cs
- SessionEndedEventArgs.cs
- ObjectAssociationEndMapping.cs
- ApplicationSecurityInfo.cs
- EntityDataSourceSelectingEventArgs.cs
- PropertyAccessVisitor.cs
- SqlStream.cs
- followingsibling.cs
- EncryptedXml.cs
- OdbcEnvironment.cs
- ListViewUpdatedEventArgs.cs
- ArraySet.cs
- WebPartZoneBase.cs
- CodeArrayIndexerExpression.cs
- Overlapped.cs
- ErrorEventArgs.cs
- InvalidAsynchronousStateException.cs
- StateMachineSubscriptionManager.cs
- ColumnResizeUndoUnit.cs
- InstanceNotReadyException.cs
- SslStream.cs
- Attributes.cs
- CorrelationActionMessageFilter.cs
- Panel.cs
- ImageMapEventArgs.cs
- DbUpdateCommandTree.cs
- WindowsScrollBarBits.cs
- DataRecord.cs
- TypedElement.cs
- CanonicalFormWriter.cs
- Converter.cs
- XmlQueryStaticData.cs
- SByteStorage.cs
- SemanticAnalyzer.cs
- ColorTranslator.cs
- dtdvalidator.cs
- WindowInteractionStateTracker.cs
- Single.cs
- FontDialog.cs
- GeneralTransform2DTo3DTo2D.cs
- TableLayoutPanelCellPosition.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- DateBoldEvent.cs
- TextMetrics.cs
- PasswordValidationException.cs
- FilterException.cs
- XPathNodePointer.cs
- BufferedReceiveManager.cs
- HttpServerVarsCollection.cs
- GridView.cs
- Schema.cs
- Stacktrace.cs
- FamilyMapCollection.cs
- _KerberosClient.cs
- Normalizer.cs
- ResourceDictionary.cs
- GroupItem.cs
- ColorMatrix.cs
- XmlMapping.cs
- DataSourceCache.cs
- CloudCollection.cs
- OleDbConnectionInternal.cs
- SchemaNotation.cs
- CustomTrackingRecord.cs
- CompatibleComparer.cs
- OleDbException.cs
- TransactionFlowBindingElement.cs
- EditorAttribute.cs
- Label.cs
- DoubleStorage.cs
- SafeHGlobalHandleCritical.cs
- XmlCDATASection.cs
- OrderedDictionary.cs
- Divide.cs
- CollectionBase.cs
- AliasGenerator.cs
- _RequestCacheProtocol.cs
- MimeMapping.cs
- UpdatableWrapper.cs
- WebPartHelpVerb.cs
- AutomationTextAttribute.cs
- MiniAssembly.cs