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
- DataContext.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- PermissionSetTriple.cs
- DrawingState.cs
- CounterCreationDataCollection.cs
- ArrayConverter.cs
- DetailsViewRowCollection.cs
- PixelFormats.cs
- SqlGatherConsumedAliases.cs
- Rules.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ManipulationInertiaStartingEventArgs.cs
- PingReply.cs
- KeyEvent.cs
- BindingContext.cs
- JsonFormatWriterGenerator.cs
- XamlParser.cs
- PointF.cs
- ChainedAsyncResult.cs
- TypePresenter.xaml.cs
- UpdateException.cs
- FrameworkTextComposition.cs
- SQLResource.cs
- SchemaTableOptionalColumn.cs
- DrawingAttributes.cs
- SecondaryViewProvider.cs
- RMEnrollmentPage3.cs
- WebBrowserNavigatedEventHandler.cs
- StylusTip.cs
- TaskFormBase.cs
- ConfigurationValidatorAttribute.cs
- ListViewItemMouseHoverEvent.cs
- SoapSchemaMember.cs
- DecimalAnimation.cs
- Geometry.cs
- processwaithandle.cs
- ClientBuildManagerCallback.cs
- WorkflowPersistenceContext.cs
- XmlIgnoreAttribute.cs
- BamlTreeNode.cs
- MessageQueueException.cs
- GridEntryCollection.cs
- LoginName.cs
- DataServiceHost.cs
- WmlMobileTextWriter.cs
- ProviderConnectionPointCollection.cs
- NativeMethods.cs
- SymbolType.cs
- RepeatInfo.cs
- XmlDocument.cs
- PartialCachingControl.cs
- SimpleFieldTemplateFactory.cs
- UnionExpr.cs
- UrlMappingsSection.cs
- ActiveXHelper.cs
- DataIdProcessor.cs
- _SafeNetHandles.cs
- RuleInfoComparer.cs
- XmlSchemaImport.cs
- Baml6Assembly.cs
- StackOverflowException.cs
- ToolStripRendererSwitcher.cs
- SchemaExporter.cs
- HotSpotCollectionEditor.cs
- SiteMapSection.cs
- MinMaxParagraphWidth.cs
- RadioButton.cs
- xsdvalidator.cs
- WindowsImpersonationContext.cs
- WMICapabilities.cs
- PageRanges.cs
- FormsAuthenticationConfiguration.cs
- DeferredReference.cs
- CurrentChangingEventArgs.cs
- ServiceOperation.cs
- SkinBuilder.cs
- FrameworkName.cs
- HandlerBase.cs
- SoapFault.cs
- BindUriHelper.cs
- GridViewCellAutomationPeer.cs
- SmtpDigestAuthenticationModule.cs
- Internal.cs
- XmlSchemaComplexType.cs
- SQLDouble.cs
- SchemaMerger.cs
- AppearanceEditorPart.cs
- UserInitiatedNavigationPermission.cs
- HwndMouseInputProvider.cs
- PointLight.cs
- CompressedStack.cs
- StyleHelper.cs
- Point3D.cs
- SQLGuid.cs
- UniqueIdentifierService.cs
- XmlRawWriter.cs
- DiscoveryDocumentReference.cs
- ImageMap.cs
- MemoryPressure.cs
- PauseStoryboard.cs