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
- SrgsRule.cs
- WebPartAddingEventArgs.cs
- DispatcherObject.cs
- SqlCacheDependencyDatabase.cs
- DesignerVerbCollection.cs
- SecurityIdentifierConverter.cs
- ProcessHostServerConfig.cs
- BuildResultCache.cs
- SystemInformation.cs
- HttpChannelHelper.cs
- OperandQuery.cs
- MediaTimeline.cs
- DataGridLengthConverter.cs
- RenderDataDrawingContext.cs
- PKCS1MaskGenerationMethod.cs
- precedingquery.cs
- UdpDuplexChannel.cs
- WebPartDisplayMode.cs
- AppModelKnownContentFactory.cs
- GraphicsContainer.cs
- FilterRepeater.cs
- SoapObjectWriter.cs
- DrawingVisual.cs
- UriParserTemplates.cs
- GeometryGroup.cs
- TrackingValidationObjectDictionary.cs
- propertytag.cs
- TaskFormBase.cs
- ResXResourceWriter.cs
- OrCondition.cs
- ServerIdentity.cs
- CustomExpressionEventArgs.cs
- PersistenceProviderDirectory.cs
- DefaultSerializationProviderAttribute.cs
- XmlQueryRuntime.cs
- ExecutionContext.cs
- MsmqInputMessage.cs
- AsyncPostBackTrigger.cs
- AnonymousIdentificationModule.cs
- PopupEventArgs.cs
- SafeEventLogWriteHandle.cs
- ImageCodecInfo.cs
- CrossContextChannel.cs
- ListViewContainer.cs
- BoundColumn.cs
- ConfigUtil.cs
- Directory.cs
- CachingHintValidation.cs
- IResourceProvider.cs
- ProfessionalColors.cs
- CfgArc.cs
- BrowserDefinitionCollection.cs
- ApplicationId.cs
- TableStyle.cs
- IPEndPointCollection.cs
- EndOfStreamException.cs
- SelectionItemProviderWrapper.cs
- AnnotationAuthorChangedEventArgs.cs
- ContainerUIElement3D.cs
- ObjectListSelectEventArgs.cs
- ObjectViewListener.cs
- Rotation3DAnimationBase.cs
- ImportContext.cs
- SettingsPropertyIsReadOnlyException.cs
- MatrixUtil.cs
- LabelAutomationPeer.cs
- _ChunkParse.cs
- TreeViewBindingsEditor.cs
- FormViewInsertEventArgs.cs
- Material.cs
- HandlerBase.cs
- CodeParameterDeclarationExpressionCollection.cs
- HandledMouseEvent.cs
- ExpressionBuilder.cs
- InkCanvasFeedbackAdorner.cs
- MetadataFile.cs
- FilteredReadOnlyMetadataCollection.cs
- SQLInt32Storage.cs
- DataQuery.cs
- OutputWindow.cs
- Aggregates.cs
- RectangleF.cs
- TabletDeviceInfo.cs
- Label.cs
- COM2IPerPropertyBrowsingHandler.cs
- COM2Properties.cs
- ExpressionBindings.cs
- Calendar.cs
- HuffModule.cs
- DocobjHost.cs
- WebPartCancelEventArgs.cs
- Errors.cs
- ActivityBindForm.Designer.cs
- IgnoreFileBuildProvider.cs
- CredentialCache.cs
- WindowsHyperlink.cs
- PostBackTrigger.cs
- Int32Rect.cs
- FuncTypeConverter.cs
- XmlDataCollection.cs