Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Security / Tokens / BufferedGenericXmlSecurityToken.cs / 1 / BufferedGenericXmlSecurityToken.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Security.Tokens { using System; using System.ServiceModel; using System.IdentityModel.Tokens; using System.IdentityModel.Policy; using System.Collections.ObjectModel; using System.Xml; class BufferedGenericXmlSecurityToken : GenericXmlSecurityToken { XmlBuffer tokenXmlBuffer; public BufferedGenericXmlSecurityToken( XmlElement tokenXml, SecurityToken proofToken, DateTime effectiveTime, DateTime expirationTime, SecurityKeyIdentifierClause internalTokenReference, SecurityKeyIdentifierClause externalTokenReference, ReadOnlyCollectionauthorizationPolicies, XmlBuffer tokenXmlBuffer ) : base(tokenXml, proofToken, effectiveTime, expirationTime ,internalTokenReference, externalTokenReference, authorizationPolicies) { this.tokenXmlBuffer = tokenXmlBuffer; } public XmlBuffer TokenXmlBuffer { get { return this.tokenXmlBuffer; } } } } // 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
- ConfigurationLocationCollection.cs
- XmlCDATASection.cs
- QilInvokeEarlyBound.cs
- TreeView.cs
- SrgsGrammarCompiler.cs
- ActivityInterfaces.cs
- SqlDataSourceCommandEventArgs.cs
- SchemaType.cs
- OleDbDataReader.cs
- _LocalDataStore.cs
- XmlSchemaSimpleContentExtension.cs
- FrugalList.cs
- DragStartedEventArgs.cs
- SimpleApplicationHost.cs
- Route.cs
- TraversalRequest.cs
- CannotUnloadAppDomainException.cs
- ApplicationHost.cs
- ScrollContentPresenter.cs
- ControlCachePolicy.cs
- Relationship.cs
- CrossContextChannel.cs
- NumberFormatter.cs
- JavaScriptSerializer.cs
- RootCodeDomSerializer.cs
- RetrieveVirtualItemEventArgs.cs
- ContainerUIElement3D.cs
- ConnectionStringSettingsCollection.cs
- ConstructorNeedsTagAttribute.cs
- VerificationException.cs
- ResetableIterator.cs
- StreamWriter.cs
- RuntimeConfig.cs
- XmlSchemaSimpleType.cs
- DecoderBestFitFallback.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Clause.cs
- safelinkcollection.cs
- MobileErrorInfo.cs
- PathParser.cs
- WebPartEditVerb.cs
- MessageFault.cs
- OutputCacheSettings.cs
- StateManagedCollection.cs
- TypeReference.cs
- ExpressionQuoter.cs
- NamespaceQuery.cs
- ModuleBuilderData.cs
- SqlConnectionString.cs
- ISessionStateStore.cs
- SerializationHelper.cs
- CacheMemory.cs
- XmlSecureResolver.cs
- ReadContentAsBinaryHelper.cs
- ExtendedPropertyCollection.cs
- RecordsAffectedEventArgs.cs
- TraceXPathNavigator.cs
- ElapsedEventArgs.cs
- SqlDataAdapter.cs
- StrongNameUtility.cs
- JoinGraph.cs
- ResourceDictionaryCollection.cs
- ProfileService.cs
- XNodeValidator.cs
- Exceptions.cs
- SatelliteContractVersionAttribute.cs
- SignedXmlDebugLog.cs
- PathTooLongException.cs
- CfgParser.cs
- ListItemCollection.cs
- DelimitedListTraceListener.cs
- Pen.cs
- DataTableClearEvent.cs
- RoutedPropertyChangedEventArgs.cs
- SamlAuthorityBinding.cs
- MultipartContentParser.cs
- LookupNode.cs
- ConnectionConsumerAttribute.cs
- BamlReader.cs
- HtmlInputButton.cs
- UserControlParser.cs
- PointLight.cs
- SoapHttpTransportImporter.cs
- BaseTemplateParser.cs
- EntityDataSourceValidationException.cs
- TextView.cs
- NotifyInputEventArgs.cs
- IsolatedStorageException.cs
- CollectionViewProxy.cs
- ParameterBinding.cs
- DataKeyCollection.cs
- AttributeCollection.cs
- ObjectParameterCollection.cs
- QuadraticBezierSegment.cs
- Utility.cs
- ProcessProtocolHandler.cs
- DefinitionBase.cs
- XmlILAnnotation.cs
- DesignerGenericWebPart.cs
- SpeechSeg.cs