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,
ReadOnlyCollection authorizationPolicies,
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
- ThreadInterruptedException.cs
- FormConverter.cs
- SingleConverter.cs
- EventDescriptorCollection.cs
- MatrixTransform.cs
- TabItemWrapperAutomationPeer.cs
- EnumerableWrapperWeakToStrong.cs
- TemplateInstanceAttribute.cs
- FamilyMapCollection.cs
- QueryContinueDragEvent.cs
- NativeMethods.cs
- MessageQueueTransaction.cs
- CodeNamespaceCollection.cs
- ThicknessAnimationBase.cs
- UIntPtr.cs
- Matrix.cs
- ProcessHostConfigUtils.cs
- dataobject.cs
- DataGridItemCollection.cs
- CacheSection.cs
- TypeNameConverter.cs
- ObjRef.cs
- ImageFormat.cs
- Oid.cs
- AuthenticationModulesSection.cs
- COSERVERINFO.cs
- WindowProviderWrapper.cs
- ConfigurationPermission.cs
- DocumentApplication.cs
- SmiMetaDataProperty.cs
- MemoryStream.cs
- DataKeyArray.cs
- _BaseOverlappedAsyncResult.cs
- ButtonFlatAdapter.cs
- LinqDataSourceContextEventArgs.cs
- MultiByteCodec.cs
- bindurihelper.cs
- EditingMode.cs
- WithParamAction.cs
- DataGridViewRowPrePaintEventArgs.cs
- OleDbRowUpdatedEvent.cs
- SystemKeyConverter.cs
- TileBrush.cs
- ObjectToken.cs
- SchemaTableColumn.cs
- FileUpload.cs
- HTTPNotFoundHandler.cs
- TokenBasedSet.cs
- HtmlTitle.cs
- CachedPathData.cs
- ParameterElement.cs
- DataGridAddNewRow.cs
- DiagnosticsConfigurationHandler.cs
- SourceCollection.cs
- TabItemAutomationPeer.cs
- DriveInfo.cs
- _CookieModule.cs
- TextEndOfSegment.cs
- BitmapEffectDrawingContent.cs
- EntityWrapper.cs
- Privilege.cs
- UnsupportedPolicyOptionsException.cs
- ObjectViewFactory.cs
- ConfigXmlComment.cs
- SpecialNameAttribute.cs
- DaylightTime.cs
- SecurityUtils.cs
- GridViewDeletedEventArgs.cs
- WorkerRequest.cs
- DependencyObjectValidator.cs
- SqlCommandAsyncResult.cs
- ResourceContainer.cs
- MonitorWrapper.cs
- UnsafeNativeMethods.cs
- DataGridCheckBoxColumn.cs
- StructuredProperty.cs
- CodeTypeOfExpression.cs
- SortedDictionary.cs
- EdmItemCollection.cs
- QilTargetType.cs
- KnownBoxes.cs
- VarInfo.cs
- configsystem.cs
- View.cs
- Transform3DCollection.cs
- SchemaImporterExtensionElement.cs
- DataServiceException.cs
- EdmPropertyAttribute.cs
- ActiveDocumentEvent.cs
- OleDbEnumerator.cs
- CqlLexerHelpers.cs
- NetNamedPipeBindingCollectionElement.cs
- MediaContext.cs
- HandleExceptionArgs.cs
- CompositeClientFormatter.cs
- InfiniteIntConverter.cs
- TextServicesCompartmentContext.cs
- odbcmetadatacollectionnames.cs
- cryptoapiTransform.cs
- Expression.cs