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
- MatrixStack.cs
- Compiler.cs
- WebServiceData.cs
- MultiDataTrigger.cs
- TextEditorTables.cs
- UserMapPath.cs
- InstanceHandleConflictException.cs
- RowTypePropertyElement.cs
- HtmlInputReset.cs
- DateTimeUtil.cs
- ArglessEventHandlerProxy.cs
- EncodingTable.cs
- TemplateKey.cs
- ToolStripComboBox.cs
- LambdaReference.cs
- ViewStateChangedEventArgs.cs
- BamlTreeNode.cs
- RSAPKCS1SignatureDeformatter.cs
- IntegerCollectionEditor.cs
- BaseDataListPage.cs
- ScriptingSectionGroup.cs
- InstanceData.cs
- ObjectPersistData.cs
- Debug.cs
- ObfuscationAttribute.cs
- FileAuthorizationModule.cs
- MetadataImporter.cs
- UnsafeNetInfoNativeMethods.cs
- PixelShader.cs
- WindowsHyperlink.cs
- ProxyWebPartConnectionCollection.cs
- PenContext.cs
- MultiTrigger.cs
- PopupRoot.cs
- ItemCheckedEvent.cs
- PolyBezierSegmentFigureLogic.cs
- CodeGeneratorAttribute.cs
- LongCountAggregationOperator.cs
- IIS7WorkerRequest.cs
- ModuleBuilderData.cs
- CombinedTcpChannel.cs
- AssemblyHash.cs
- ClrPerspective.cs
- EditorPartChrome.cs
- TextEditorTables.cs
- ConnectionPoint.cs
- TrustLevelCollection.cs
- coordinatorfactory.cs
- SmtpDigestAuthenticationModule.cs
- AssemblyAttributes.cs
- SecurityTokenResolver.cs
- ImageIndexConverter.cs
- FieldNameLookup.cs
- UInt32.cs
- GridViewUpdatedEventArgs.cs
- PersistenceContextEnlistment.cs
- DataBinder.cs
- AxHost.cs
- TextSelectionProcessor.cs
- InlineCollection.cs
- _NegoState.cs
- EntityUtil.cs
- ProxyHwnd.cs
- ISessionStateStore.cs
- FeedUtils.cs
- RelOps.cs
- TraceProvider.cs
- XmlSchemaSubstitutionGroup.cs
- Pool.cs
- GridViewColumn.cs
- TraceHandlerErrorFormatter.cs
- BinarySerializer.cs
- RegexWorker.cs
- WSUtilitySpecificationVersion.cs
- CommandBinding.cs
- Light.cs
- ConnectionConsumerAttribute.cs
- WindowsRebar.cs
- TreeNodeStyleCollectionEditor.cs
- DeviceSpecificChoice.cs
- ItemsPresenter.cs
- BStrWrapper.cs
- DataGridRelationshipRow.cs
- TextElementEnumerator.cs
- Filter.cs
- SoapCodeExporter.cs
- RelatedImageListAttribute.cs
- BufferAllocator.cs
- HtmlButton.cs
- AccessViolationException.cs
- ListParaClient.cs
- CreateUserErrorEventArgs.cs
- RegexRunner.cs
- DocumentXPathNavigator.cs
- ValidationPropertyAttribute.cs
- SimpleWebHandlerParser.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- TextLine.cs
- RoleGroupCollection.cs
- XmlSiteMapProvider.cs