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
- HttpCapabilitiesBase.cs
- GetResponse.cs
- ProviderIncompatibleException.cs
- Qualifier.cs
- SafeRegistryHandle.cs
- InlineUIContainer.cs
- ValidationService.cs
- DriveInfo.cs
- ToolBarButtonClickEvent.cs
- DependencyPropertyKey.cs
- Confirm.cs
- RoleBoolean.cs
- Number.cs
- ServicePointManager.cs
- XmlComplianceUtil.cs
- XmlDataProvider.cs
- URI.cs
- XsltOutput.cs
- Executor.cs
- ObjectDesignerDataSourceView.cs
- ToolStripItemDataObject.cs
- RuntimeCompatibilityAttribute.cs
- TdsParserSessionPool.cs
- RoleManagerModule.cs
- QueryResult.cs
- ApplicationDirectory.cs
- SrgsGrammar.cs
- AttachedAnnotationChangedEventArgs.cs
- DBSchemaRow.cs
- Graphics.cs
- DBCommandBuilder.cs
- _OSSOCK.cs
- adornercollection.cs
- ServiceControllerDesigner.cs
- XmlHierarchicalDataSourceView.cs
- GridToolTip.cs
- LinkConverter.cs
- XPathParser.cs
- RoleGroup.cs
- LogicalTreeHelper.cs
- GcSettings.cs
- HorizontalAlignConverter.cs
- EntityClassGenerator.cs
- CommandLibraryHelper.cs
- SqlMethodTransformer.cs
- BaseComponentEditor.cs
- TemplateManager.cs
- SynchronizedInputProviderWrapper.cs
- EncryptedPackageFilter.cs
- FtpCachePolicyElement.cs
- Utils.cs
- OpCodes.cs
- DCSafeHandle.cs
- WebServicesSection.cs
- ExceptionHelpers.cs
- TrackPointCollection.cs
- DateTimeUtil.cs
- SchemaTableOptionalColumn.cs
- X509ServiceCertificateAuthentication.cs
- DecimalAnimationBase.cs
- SchemaElementDecl.cs
- GridViewRowPresenter.cs
- Util.cs
- WindowsIPAddress.cs
- WindowsToolbarItemAsMenuItem.cs
- EntitySet.cs
- XsdDateTime.cs
- BeginEvent.cs
- OdbcHandle.cs
- WebUtil.cs
- GlyphingCache.cs
- SponsorHelper.cs
- Item.cs
- Overlapped.cs
- QueryContinueDragEvent.cs
- Form.cs
- COM2TypeInfoProcessor.cs
- StandardToolWindows.cs
- CompiledXpathExpr.cs
- DataRowComparer.cs
- AuthorizationRule.cs
- odbcmetadatafactory.cs
- BindingExpressionUncommonField.cs
- ButtonAutomationPeer.cs
- SimpleMailWebEventProvider.cs
- Stack.cs
- SystemThemeKey.cs
- Logging.cs
- StylusPlugin.cs
- SqlOuterApplyReducer.cs
- ActivityExecutorSurrogate.cs
- GridItemPatternIdentifiers.cs
- DataAccessor.cs
- RootBrowserWindowProxy.cs
- EventArgs.cs
- MetaForeignKeyColumn.cs
- XmlHierarchicalEnumerable.cs
- ToolStripSeparator.cs
- ServiceNameCollection.cs
- ToolStripMenuItemCodeDomSerializer.cs