Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / SelfIssuedTokenFactoryCredential.cs / 1 / SelfIssuedTokenFactoryCredential.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace Microsoft.InfoCards
{
using System;
using System.IO;
using System.Text;
//
// Summary:
// SelfIssued credential class
//
internal class SelfIssuedTokenFactoryCredential : TokenFactoryCredential
{
InfoCard m_localCard;
//
// Summary:
// Creates an instance of SelfIssuedTokenFactoryCredential
//
public SelfIssuedTokenFactoryCredential()
: base( TokenFactoryCredentialType.SelfIssuedCredential )
{
}
//
// Summary:
// Gets/Sets the local card that was received from the agent
//
public InfoCard LocalCard
{
get { return m_localCard; }
}
//
// Summary:
// Deserializes the object data.
//
protected override void DeserializeData( BinaryReader reader )
{
m_localCard = new InfoCard( reader.BaseStream );
}
}
}
// 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
- PolygonHotSpot.cs
- WebPartEditorOkVerb.cs
- MediaSystem.cs
- MenuItemCollection.cs
- EncryptedData.cs
- HtmlControlPersistable.cs
- SessionEndingCancelEventArgs.cs
- XmlILCommand.cs
- TypedTableBaseExtensions.cs
- EventHandlingScope.cs
- IgnorePropertiesAttribute.cs
- ScrollPatternIdentifiers.cs
- DurationConverter.cs
- ContextBase.cs
- ThreadPool.cs
- ConstraintConverter.cs
- StyleModeStack.cs
- DictionaryManager.cs
- SimpleRecyclingCache.cs
- DoubleCollection.cs
- ConnectionPoint.cs
- GACMembershipCondition.cs
- CharEnumerator.cs
- ModifierKeysValueSerializer.cs
- datacache.cs
- DbUpdateCommandTree.cs
- XmlHierarchyData.cs
- Matrix3DValueSerializer.cs
- SwitchElementsCollection.cs
- RegexCharClass.cs
- MailSettingsSection.cs
- WindowsProgressbar.cs
- ResourceExpressionBuilder.cs
- SqlRecordBuffer.cs
- WebControlAdapter.cs
- DefaultObjectMappingItemCollection.cs
- ListViewItemSelectionChangedEvent.cs
- DictionarySurrogate.cs
- DropAnimation.xaml.cs
- CommandBinding.cs
- DataGridItemAttachedStorage.cs
- dataSvcMapFileLoader.cs
- ConfigurationFileMap.cs
- PointLight.cs
- ConfigurationManagerHelperFactory.cs
- ProxySimple.cs
- TextTreeUndo.cs
- XmlCharType.cs
- CaseStatement.cs
- Empty.cs
- NetDataContractSerializer.cs
- CodeNamespaceCollection.cs
- WebBrowserDocumentCompletedEventHandler.cs
- InputLanguageProfileNotifySink.cs
- TableRowCollection.cs
- LeafCellTreeNode.cs
- Rijndael.cs
- MtomMessageEncoder.cs
- PropertyPath.cs
- WriteableOnDemandPackagePart.cs
- DataKeyCollection.cs
- ComPlusTypeLoader.cs
- SymmetricAlgorithm.cs
- CheckBox.cs
- DataBindingHandlerAttribute.cs
- StylusPointDescription.cs
- X500Name.cs
- OracleCommand.cs
- DesignerToolboxInfo.cs
- COM2ExtendedUITypeEditor.cs
- CodeSnippetTypeMember.cs
- SrgsSemanticInterpretationTag.cs
- LineMetrics.cs
- SecurityRuntime.cs
- HttpModuleAction.cs
- Scene3D.cs
- ClosableStream.cs
- KoreanLunisolarCalendar.cs
- MediaEntryAttribute.cs
- FlowchartDesigner.Helpers.cs
- RelatedImageListAttribute.cs
- CreatingCookieEventArgs.cs
- Options.cs
- AutoScrollExpandMessageFilter.cs
- ColumnResizeAdorner.cs
- ApplicationServicesHostFactory.cs
- PropertyGrid.cs
- PageCache.cs
- ipaddressinformationcollection.cs
- BitmapFrame.cs
- MsdtcWrapper.cs
- SystemIPGlobalStatistics.cs
- LayoutInformation.cs
- BitmapEffectInput.cs
- Brush.cs
- Int32Animation.cs
- Graph.cs
- TransactionManagerProxy.cs
- ConfigurationLocation.cs
- DbConnectionPoolIdentity.cs