Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / InfocardChannelParameter.cs / 1 / InfocardChannelParameter.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- // namespace System.ServiceModel.Security { using System.IdentityModel.Tokens; using System.ServiceModel; using System.IdentityModel.Selectors; using System.ServiceModel.Security.Tokens; internal class InfoCardChannelParameter { SecurityToken m_token; Uri m_relyingPartyIssuer; bool m_requiresInfocard; public SecurityToken Token { get { return m_token; } } public Uri RelyingPartyIssuer { get { return m_relyingPartyIssuer; } } public bool RequiresInfoCard { get { return m_requiresInfocard; } } public InfoCardChannelParameter(SecurityToken token, Uri relyingIssuer, bool requiresInfoCard) { m_token = token; m_relyingPartyIssuer = relyingIssuer; m_requiresInfocard = requiresInfoCard; } } } // 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
- WorkflowStateRollbackService.cs
- RichTextBox.cs
- SelectionEditor.cs
- Psha1DerivedKeyGenerator.cs
- CustomErrorsSection.cs
- RelationshipEndMember.cs
- IriParsingElement.cs
- PermissionAttributes.cs
- HashSetEqualityComparer.cs
- StatusBarItemAutomationPeer.cs
- ByteStreamGeometryContext.cs
- LocalizationParserHooks.cs
- DmlSqlGenerator.cs
- XmlSerializationWriter.cs
- XmlSchemaComplexContentRestriction.cs
- XmlQueryTypeFactory.cs
- GridErrorDlg.cs
- MembershipSection.cs
- ReadOnlyDataSourceView.cs
- MetaModel.cs
- PermissionSetEnumerator.cs
- FileChangesMonitor.cs
- ViewSimplifier.cs
- IntSumAggregationOperator.cs
- XMLDiffLoader.cs
- Panel.cs
- NodeFunctions.cs
- ObjectToken.cs
- RtfNavigator.cs
- MdbDataFileEditor.cs
- DbDataAdapter.cs
- ExpressionBindingCollection.cs
- ValidationError.cs
- CellParaClient.cs
- OutputCacheSettingsSection.cs
- SiteMapDataSource.cs
- CacheDict.cs
- RegexCompiler.cs
- Italic.cs
- ItemsPresenter.cs
- _Rfc2616CacheValidators.cs
- XmlDownloadManager.cs
- GraphicsPath.cs
- RemotingAttributes.cs
- SqlDataSourceQueryEditorForm.cs
- MembershipValidatePasswordEventArgs.cs
- DbDataRecord.cs
- ScalarOps.cs
- LambdaCompiler.Statements.cs
- ManagementEventArgs.cs
- TraceUtility.cs
- ConfigurationStrings.cs
- TextRangeSerialization.cs
- AsyncCodeActivity.cs
- DataSourceHelper.cs
- AssertSection.cs
- CodeVariableDeclarationStatement.cs
- WebUtil.cs
- __Error.cs
- peersecurityelement.cs
- FigureHelper.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- TdsParserHelperClasses.cs
- MeshGeometry3D.cs
- _Connection.cs
- TemplatedAdorner.cs
- webproxy.cs
- BrowserCapabilitiesCompiler.cs
- CodeRegionDirective.cs
- ResourceDescriptionAttribute.cs
- DataGridViewElement.cs
- CompilerErrorCollection.cs
- ConsoleTraceListener.cs
- connectionpool.cs
- DayRenderEvent.cs
- DnsPermission.cs
- WindowsIdentity.cs
- _ListenerResponseStream.cs
- MissingFieldException.cs
- HttpApplicationStateBase.cs
- KeyBinding.cs
- ObjectSpanRewriter.cs
- XamlToRtfParser.cs
- ListBoxItemAutomationPeer.cs
- ExceptionCollection.cs
- UpdateTracker.cs
- handlecollector.cs
- HeaderCollection.cs
- SharedStatics.cs
- CodePageUtils.cs
- UnaryNode.cs
- TreeNodeStyle.cs
- ElementProxy.cs
- BrushValueSerializer.cs
- SamlAdvice.cs
- MapPathBasedVirtualPathProvider.cs
- X509ServiceCertificateAuthenticationElement.cs
- EpmContentDeSerializer.cs
- StylusPlugin.cs
- Int64.cs