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
- KnownColorTable.cs
- ObjectRef.cs
- CallbackCorrelationInitializer.cs
- UnsafeNativeMethods.cs
- ResourceExpressionEditor.cs
- KeyBinding.cs
- UICuesEvent.cs
- RelatedEnd.cs
- AppModelKnownContentFactory.cs
- UIElementIsland.cs
- UIElementHelper.cs
- _SafeNetHandles.cs
- SqlCacheDependencyDatabase.cs
- WebPartAuthorizationEventArgs.cs
- SettingsAttributeDictionary.cs
- DelegatingConfigHost.cs
- ConsumerConnectionPoint.cs
- XMLSyntaxException.cs
- SchemaImporterExtensionsSection.cs
- XmlSchemaComplexContentExtension.cs
- BuildResult.cs
- RegexMatchCollection.cs
- SetterTriggerConditionValueConverter.cs
- PersistChildrenAttribute.cs
- UshortList2.cs
- Utils.cs
- Property.cs
- cryptoapiTransform.cs
- assemblycache.cs
- ResponseStream.cs
- Int32Animation.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- dataprotectionpermissionattribute.cs
- FixedElement.cs
- HelpKeywordAttribute.cs
- PropertyTab.cs
- GreenMethods.cs
- FacetValues.cs
- IntSecurity.cs
- HttpChannelFactory.cs
- ConvertersCollection.cs
- LinkConverter.cs
- ObjectConverter.cs
- XmlToDatasetMap.cs
- Attributes.cs
- WrappedIUnknown.cs
- CellRelation.cs
- MenuItemCollection.cs
- StringBlob.cs
- TextEffect.cs
- Descriptor.cs
- MarshalDirectiveException.cs
- CodeAccessPermission.cs
- EventlogProvider.cs
- GacUtil.cs
- input.cs
- DispatcherObject.cs
- BamlBinaryReader.cs
- CommonRemoteMemoryBlock.cs
- BitmapEffectDrawingContextWalker.cs
- SmtpNetworkElement.cs
- PropertyConverter.cs
- AuthenticationModuleElement.cs
- EtwTrace.cs
- ZipIOCentralDirectoryBlock.cs
- Polygon.cs
- ZipIOExtraFieldElement.cs
- UpdateProgress.cs
- TextSchema.cs
- NavigatorOutput.cs
- InkCanvasSelection.cs
- ListItemCollection.cs
- AsyncPostBackErrorEventArgs.cs
- ProcessModuleCollection.cs
- SystemMulticastIPAddressInformation.cs
- ListViewEditEventArgs.cs
- ContentType.cs
- XamlPoint3DCollectionSerializer.cs
- TdsParserStateObject.cs
- FileIOPermission.cs
- XmlSubtreeReader.cs
- RequestSecurityToken.cs
- PaintValueEventArgs.cs
- nulltextnavigator.cs
- XsltOutput.cs
- FamilyTypefaceCollection.cs
- ProcessActivityTreeOptions.cs
- HttpBrowserCapabilitiesWrapper.cs
- RightsManagementInformation.cs
- HttpResponseHeader.cs
- SiteMapNodeItemEventArgs.cs
- Variant.cs
- ConfigurationSection.cs
- Events.cs
- CheckBox.cs
- Registry.cs
- MetadataItemEmitter.cs
- ScriptIgnoreAttribute.cs
- BamlCollectionHolder.cs
- DataGridColumnHeaderItemAutomationPeer.cs