Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / SupportingTokenProviderSpecification.cs / 1 / SupportingTokenProviderSpecification.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Security { using System.IdentityModel.Selectors; using System.ServiceModel; using System.ServiceModel.Security.Tokens; class SupportingTokenProviderSpecification { SecurityTokenAttachmentMode tokenAttachmentMode; SecurityTokenProvider tokenProvider; SecurityTokenParameters tokenParameters; public SupportingTokenProviderSpecification(SecurityTokenProvider tokenProvider, SecurityTokenAttachmentMode attachmentMode, SecurityTokenParameters tokenParameters) { if (tokenProvider == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("tokenProvider"); } SecurityTokenAttachmentModeHelper.Validate(attachmentMode); if (tokenParameters == null) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("tokenParameters"); } this.tokenProvider = tokenProvider; this.tokenAttachmentMode = attachmentMode; this.tokenParameters = tokenParameters; } public SecurityTokenProvider TokenProvider { get { return this.tokenProvider; } } public SecurityTokenAttachmentMode SecurityTokenAttachmentMode { get { return this.tokenAttachmentMode; } } public SecurityTokenParameters TokenParameters { get { return this.tokenParameters; } } } } // 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
- ProfileGroupSettings.cs
- ActiveXHost.cs
- PropertyMetadata.cs
- DispatcherFrame.cs
- NetCodeGroup.cs
- PopupRoot.cs
- CodeAttributeArgumentCollection.cs
- WebServiceMethodData.cs
- TableProviderWrapper.cs
- EntityContainerRelationshipSet.cs
- HttpListenerException.cs
- HttpPostedFileBase.cs
- EmptyReadOnlyDictionaryInternal.cs
- PrintPreviewGraphics.cs
- EntityAdapter.cs
- DropSourceBehavior.cs
- Int64AnimationUsingKeyFrames.cs
- coordinatorfactory.cs
- MultiViewDesigner.cs
- PropertyDescriptor.cs
- SystemColors.cs
- Cloud.cs
- ParenthesizePropertyNameAttribute.cs
- ConfigurationCollectionAttribute.cs
- BuildProvider.cs
- ReadOnlyPermissionSet.cs
- FormViewInsertEventArgs.cs
- SecurityTokenRequirement.cs
- KeyToListMap.cs
- StringHandle.cs
- PassportAuthentication.cs
- Stackframe.cs
- GetWorkflowTree.cs
- AggregateNode.cs
- WebPartMenuStyle.cs
- HijriCalendar.cs
- Panel.cs
- MinimizableAttributeTypeConverter.cs
- JsonGlobals.cs
- XPathEmptyIterator.cs
- RemotingConfiguration.cs
- TabControl.cs
- BaseParser.cs
- TitleStyle.cs
- ToggleProviderWrapper.cs
- DialogResultConverter.cs
- DataContractSerializerServiceBehavior.cs
- ReliableMessagingVersion.cs
- XmlElementAttribute.cs
- MediaCommands.cs
- ScriptReference.cs
- WebPartAddingEventArgs.cs
- Quad.cs
- DataGridViewRowCollection.cs
- ToolStripItemEventArgs.cs
- GACMembershipCondition.cs
- SharedUtils.cs
- SByte.cs
- OracleColumn.cs
- ReadWriteSpinLock.cs
- HtmlMeta.cs
- Pkcs7Signer.cs
- StyleXamlTreeBuilder.cs
- EntityDataSourceState.cs
- CodeSubDirectoriesCollection.cs
- BooleanAnimationBase.cs
- PatternMatcher.cs
- TextShapeableCharacters.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- CodeSnippetCompileUnit.cs
- _PooledStream.cs
- ISCIIEncoding.cs
- DataExchangeServiceBinder.cs
- ToolStripDropDownButton.cs
- UserValidatedEventArgs.cs
- RemoteCryptoRsaServiceProvider.cs
- TypeConverterHelper.cs
- BooleanFacetDescriptionElement.cs
- XmlArrayItemAttributes.cs
- QilExpression.cs
- AsymmetricCryptoHandle.cs
- ToolStripPanelRenderEventArgs.cs
- JapaneseLunisolarCalendar.cs
- VirtualPathProvider.cs
- WebPartDescription.cs
- InternalUserCancelledException.cs
- ApplicationServiceHelper.cs
- Pointer.cs
- XPathNodeList.cs
- DateTimeStorage.cs
- Stream.cs
- SemaphoreSecurity.cs
- FormViewUpdateEventArgs.cs
- xmlformatgeneratorstatics.cs
- MatrixStack.cs
- DataSourceControlBuilder.cs
- MissingFieldException.cs
- RemotingAttributes.cs
- Material.cs
- DataControlLinkButton.cs