Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / TransformCryptoHandle.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigurationCollectionAttribute.cs
- HttpListenerException.cs
- TableCell.cs
- SessionIDManager.cs
- LineProperties.cs
- ForwardPositionQuery.cs
- LocatorPartList.cs
- XmlUtil.cs
- Item.cs
- X509SecurityToken.cs
- ExeConfigurationFileMap.cs
- GeneralTransformGroup.cs
- EventLogTraceListener.cs
- StorageInfo.cs
- WorkflowInvoker.cs
- UnsafeNativeMethodsCLR.cs
- WebPartHeaderCloseVerb.cs
- GroupBox.cs
- FontDialog.cs
- TreeView.cs
- HashAlgorithm.cs
- EdmValidator.cs
- querybuilder.cs
- EntityWithChangeTrackerStrategy.cs
- CroppedBitmap.cs
- GridViewRowPresenterBase.cs
- WindowsMenu.cs
- ToolZone.cs
- ProfileModule.cs
- Size.cs
- ObjectListComponentEditor.cs
- WhitespaceRuleReader.cs
- BaseDataListDesigner.cs
- TcpHostedTransportConfiguration.cs
- BamlResourceSerializer.cs
- KeyValuePair.cs
- IPAddressCollection.cs
- WinInetCache.cs
- ConditionCollection.cs
- SdlChannelSink.cs
- ToolboxDataAttribute.cs
- WorkflowViewManager.cs
- ApplicationServiceHelper.cs
- DataGridViewRowEventArgs.cs
- DrawItemEvent.cs
- SafeLibraryHandle.cs
- BoundConstants.cs
- CurrencyWrapper.cs
- UnsafeNativeMethods.cs
- InfoCardSymmetricAlgorithm.cs
- ValueTable.cs
- ExitEventArgs.cs
- CheckBox.cs
- WindowShowOrOpenTracker.cs
- ColumnResizeAdorner.cs
- FrameworkElement.cs
- XmlSchemaGroupRef.cs
- AssemblyHash.cs
- StoreContentChangedEventArgs.cs
- MaterializeFromAtom.cs
- PrintingPermission.cs
- ListViewSortEventArgs.cs
- KnownBoxes.cs
- TraceProvider.cs
- AppDomainAttributes.cs
- Rect.cs
- EventProviderWriter.cs
- ViewBox.cs
- LinearKeyFrames.cs
- LocalizationParserHooks.cs
- SafeReversePInvokeHandle.cs
- UnsafeNativeMethods.cs
- TrackingProfile.cs
- RectIndependentAnimationStorage.cs
- ColumnMapCopier.cs
- isolationinterop.cs
- MissingMemberException.cs
- RtfNavigator.cs
- LinkArea.cs
- System.Data_BID.cs
- IncrementalHitTester.cs
- FormattedTextSymbols.cs
- HtmlInputFile.cs
- CodeLabeledStatement.cs
- DesignTimeValidationFeature.cs
- ClientTarget.cs
- BuildResultCache.cs
- XmlComplianceUtil.cs
- LayoutExceptionEventArgs.cs
- ControlPager.cs
- ConfigurationLocationCollection.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- SerialPinChanges.cs
- Emitter.cs
- Attributes.cs
- ISO2022Encoding.cs
- ExecutionEngineException.cs
- MasterPageCodeDomTreeGenerator.cs
- GeneralTransform3D.cs
- ObjectAnimationBase.cs