Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / TransformCryptoHandle.cs / 1305376 / TransformCryptoHandle.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
namespace System.IdentityModel.Selectors
{
using System;
using System.Runtime.InteropServices;
using System.Threading;
using IDT=Microsoft.InfoCards.Diagnostics.InfoCardTrace;
//
// Summary:
// Wraps a TransformCryptoSession
//
internal class TransformCryptoHandle : CryptoHandle
{
public TransformCryptoHandle( InternalRefCountedHandle nativeHandle, DateTime expiration, IntPtr parameters )
: base( nativeHandle, expiration, parameters, typeof( RpcTransformCryptoParameters ) )
{
}
private TransformCryptoHandle( InternalRefCountedHandle internalHandle ) : base( internalHandle ) {}
protected override CryptoHandle OnDuplicate()
{
return new TransformCryptoHandle( InternalHandle );
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PermissionRequestEvidence.cs
- HitTestWithGeometryDrawingContextWalker.cs
- TreeNodeSelectionProcessor.cs
- storepermissionattribute.cs
- WindowsClaimSet.cs
- WebServicesDescriptionAttribute.cs
- Color.cs
- RegexWorker.cs
- UriParserTemplates.cs
- StringPropertyBuilder.cs
- AppearanceEditorPart.cs
- TextRange.cs
- formatter.cs
- BrowserTree.cs
- DtdParser.cs
- SQLSingleStorage.cs
- SqlGatherProducedAliases.cs
- HtmlInputCheckBox.cs
- CreateParams.cs
- TokenBasedSet.cs
- XsdDuration.cs
- _FixedSizeReader.cs
- IsolatedStorageSecurityState.cs
- FreezableDefaultValueFactory.cs
- StylusCollection.cs
- HttpWrapper.cs
- SHA384Managed.cs
- DATA_BLOB.cs
- AtomParser.cs
- SelectedGridItemChangedEvent.cs
- FrameworkReadOnlyPropertyMetadata.cs
- MarginCollapsingState.cs
- AsymmetricSignatureDeformatter.cs
- XomlCompilerResults.cs
- LexicalChunk.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- Root.cs
- Deflater.cs
- URLMembershipCondition.cs
- OdbcErrorCollection.cs
- TcpSocketManager.cs
- TableLayoutStyle.cs
- TriggerAction.cs
- ObjectStateEntry.cs
- WaitHandle.cs
- NameSpaceEvent.cs
- XmlValueConverter.cs
- Sql8ExpressionRewriter.cs
- RemotingException.cs
- XmlSchemaType.cs
- URLAttribute.cs
- EventWaitHandle.cs
- AttributeTableBuilder.cs
- ProjectionNode.cs
- GradientBrush.cs
- RecommendedAsConfigurableAttribute.cs
- Configuration.cs
- BindingContext.cs
- ResourceSet.cs
- FilterException.cs
- UntypedNullExpression.cs
- UpdateManifestForBrowserApplication.cs
- StringValidatorAttribute.cs
- DataSourceView.cs
- WebCategoryAttribute.cs
- DbTransaction.cs
- CachedPathData.cs
- ConfigurationSchemaErrors.cs
- Point3D.cs
- DetailsViewUpdatedEventArgs.cs
- DefaultPrintController.cs
- GridToolTip.cs
- SynthesizerStateChangedEventArgs.cs
- ConnectionDemuxer.cs
- HttpBufferlessInputStream.cs
- HandleCollector.cs
- RemoteWebConfigurationHost.cs
- TypeValidationEventArgs.cs
- TokenBasedSetEnumerator.cs
- ClientRolePrincipal.cs
- Validator.cs
- Material.cs
- ListViewDataItem.cs
- _LazyAsyncResult.cs
- URIFormatException.cs
- ObjectItemLoadingSessionData.cs
- SqlMetaData.cs
- ObjectDataSourceMethodEventArgs.cs
- SymbolEqualComparer.cs
- UnhandledExceptionEventArgs.cs
- RemotingService.cs
- TypeViewSchema.cs
- BuildResultCache.cs
- GridView.cs
- PageParser.cs
- SqlDataSourceConnectionPanel.cs
- XmlValidatingReaderImpl.cs
- MailWebEventProvider.cs
- StylusTip.cs
- AudioBase.cs