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
- TypeDescriptionProvider.cs
- ProgressiveCrcCalculatingStream.cs
- Int32Animation.cs
- EntityReference.cs
- XmlSchemaSequence.cs
- TdsEnums.cs
- ItemMap.cs
- VirtualPathProvider.cs
- BehaviorEditorPart.cs
- PersianCalendar.cs
- CodeGotoStatement.cs
- Interfaces.cs
- VisualTreeHelper.cs
- XmlWriterTraceListener.cs
- TempFiles.cs
- WebPartConnectVerb.cs
- DispatchChannelSink.cs
- MsmqIntegrationInputChannel.cs
- StatusBarPanel.cs
- ConfigurationStrings.cs
- ObfuscateAssemblyAttribute.cs
- OleDbParameter.cs
- TextEditorDragDrop.cs
- IndependentAnimationStorage.cs
- OutOfMemoryException.cs
- XmlSchema.cs
- LinkButton.cs
- ScopeElementCollection.cs
- DesignTimeTemplateParser.cs
- TrayIconDesigner.cs
- LiteralLink.cs
- Interlocked.cs
- SplineKeyFrames.cs
- EdgeProfileValidation.cs
- ImageCodecInfoPrivate.cs
- CommandHelpers.cs
- ConfigXmlElement.cs
- MethodAccessException.cs
- SQLRoleProvider.cs
- PathSegmentCollection.cs
- ConfigurationValidatorBase.cs
- ButtonBaseAutomationPeer.cs
- TriggerCollection.cs
- MyContact.cs
- ReferencedAssembly.cs
- X509WindowsSecurityToken.cs
- FreezableOperations.cs
- SortQuery.cs
- TransformGroup.cs
- TextDecorationLocationValidation.cs
- CustomMenuItemCollection.cs
- WindowsAuthenticationModule.cs
- ObjectContext.cs
- RawMouseInputReport.cs
- HttpServerChannel.cs
- PanelStyle.cs
- FolderLevelBuildProvider.cs
- VirtualPath.cs
- DayRenderEvent.cs
- ExtendedPropertyCollection.cs
- SocketAddress.cs
- EventRoute.cs
- UrlRoutingModule.cs
- HtmlTableRow.cs
- TabPage.cs
- Screen.cs
- XmlDataProvider.cs
- TypeContext.cs
- OptionalRstParameters.cs
- SQLInt16.cs
- Query.cs
- CompiledQuery.cs
- DPCustomTypeDescriptor.cs
- DSACryptoServiceProvider.cs
- ParameterCollection.cs
- ScriptingWebServicesSectionGroup.cs
- LockCookie.cs
- RadioButtonAutomationPeer.cs
- Char.cs
- DigitShape.cs
- TypeForwardedFromAttribute.cs
- KeyFrames.cs
- AlphaSortedEnumConverter.cs
- OutputScopeManager.cs
- PasswordBox.cs
- GridLengthConverter.cs
- CryptoConfig.cs
- WebScriptClientGenerator.cs
- EventlogProvider.cs
- ActiveDocumentEvent.cs
- NamedPermissionSet.cs
- InvalidPropValue.cs
- RoleManagerModule.cs
- PageSettings.cs
- WaitHandleCannotBeOpenedException.cs
- ImageMetadata.cs
- SqlXml.cs
- WindowAutomationPeer.cs
- SEHException.cs
- mda.cs