Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Service / managed / Microsoft / InfoCards / EndCreateSecurityTokenRequest.cs / 1 / EndCreateSecurityTokenRequest.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.InfoCards { using System; using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; using System.Text; using System.IO; using IDT = Microsoft.InfoCards.Diagnostics.InfoCardTrace; // // Summary: // Request class to complete the create security token operation. // internal class EndCreateSecurityTokenRequest : UIAgentAsyncEndRequest { // // Summary: // Creates an new EndCreateSecurityTokenRequest // // Arguments: // rpcHandle: The RPC Context handle. // inArgs: The stream to hold the input arguments // outArgs: The stream to hold the output arguments // parent: the parent UI Request // public EndCreateSecurityTokenRequest( IntPtr rpcHandle, Stream inArgs, Stream outArgs, ClientUIRequest parent ) : base( rpcHandle, inArgs, outArgs, parent ) { } // // Summary: // Marshal outbound data // protected override void OnMarshalAsyncOutArgs( BinaryWriter writer ) { IDT.DebugAssert( null != ((GetTokenRequest)ParentRequest).Token.DisplayToken, "No diplay token, must at least provide an empty display token" ); ((GetTokenRequest)ParentRequest).Token.DisplayToken.Serialize( writer ); } } } // 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
- SHA512Cng.cs
- OdbcException.cs
- SrgsDocumentParser.cs
- ConvertTextFrag.cs
- NumberAction.cs
- ChannelServices.cs
- FormViewInsertedEventArgs.cs
- RegexCapture.cs
- InternalConfigEventArgs.cs
- DataGridViewRowPrePaintEventArgs.cs
- RootBuilder.cs
- HttpModuleAction.cs
- Select.cs
- ObjectItemAttributeAssemblyLoader.cs
- EpmTargetPathSegment.cs
- SoapReflectionImporter.cs
- PowerStatus.cs
- MetadataException.cs
- OracleRowUpdatingEventArgs.cs
- ModelTreeEnumerator.cs
- DiscoveryClientChannelBase.cs
- SafeProcessHandle.cs
- CurrencyWrapper.cs
- MetabaseServerConfig.cs
- AffineTransform3D.cs
- WebDescriptionAttribute.cs
- WebPartCatalogAddVerb.cs
- OrderedDictionary.cs
- GradientStop.cs
- RequestSecurityTokenSerializer.cs
- Expression.cs
- MultiBindingExpression.cs
- FontStretchConverter.cs
- UIHelper.cs
- UriScheme.cs
- _SslState.cs
- EntityUtil.cs
- Drawing.cs
- Timer.cs
- PointAnimationClockResource.cs
- DesignTimeTemplateParser.cs
- ToolStripContextMenu.cs
- CngProperty.cs
- GraphicsState.cs
- WebScriptEnablingElement.cs
- ListViewItemSelectionChangedEvent.cs
- ConstructorArgumentAttribute.cs
- RectKeyFrameCollection.cs
- SamlEvidence.cs
- HostingEnvironment.cs
- TakeQueryOptionExpression.cs
- PolyQuadraticBezierSegment.cs
- ShowExpandedMultiValueConverter.cs
- XmlElementAttributes.cs
- GlyphElement.cs
- CodeDirectiveCollection.cs
- PreProcessInputEventArgs.cs
- RetrieveVirtualItemEventArgs.cs
- CodeTryCatchFinallyStatement.cs
- PostBackTrigger.cs
- DES.cs
- EpmCustomContentSerializer.cs
- AttributeEmitter.cs
- Margins.cs
- XsdBuilder.cs
- CodeSnippetStatement.cs
- DBSqlParserColumn.cs
- CodeNamespaceImportCollection.cs
- FlatButtonAppearance.cs
- ScriptManagerProxy.cs
- Visitor.cs
- PEFileReader.cs
- WmlPageAdapter.cs
- __ConsoleStream.cs
- SimpleExpression.cs
- SmtpException.cs
- WebServiceBindingAttribute.cs
- AccessDataSourceView.cs
- ConfigsHelper.cs
- Cast.cs
- HttpModuleAction.cs
- Msec.cs
- SqlProvider.cs
- RemoteWebConfigurationHost.cs
- ControlPaint.cs
- WmlImageAdapter.cs
- DataServiceException.cs
- JsonFormatWriterGenerator.cs
- ReverseInheritProperty.cs
- DataGridColumnCollection.cs
- TPLETWProvider.cs
- DLinqAssociationProvider.cs
- ModuleConfigurationInfo.cs
- DelegatingTypeDescriptionProvider.cs
- AppDomainUnloadedException.cs
- WorkflowPageSetupDialog.cs
- DesignerRegionMouseEventArgs.cs
- SubstitutionList.cs
- BrowserCapabilitiesCodeGenerator.cs
- Misc.cs