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
- ChangeConflicts.cs
- ReceiveActivityDesigner.cs
- LayoutTableCell.cs
- SqlHelper.cs
- MimeMapping.cs
- ClientUrlResolverWrapper.cs
- ReadOnlyDictionary.cs
- NetSectionGroup.cs
- TextTreeUndoUnit.cs
- EmptyReadOnlyDictionaryInternal.cs
- ZipArchive.cs
- ScriptManager.cs
- DataProviderNameConverter.cs
- DynamicEntity.cs
- cookieexception.cs
- Action.cs
- EntityContainerEntitySet.cs
- ManagementBaseObject.cs
- ITextView.cs
- TableItemProviderWrapper.cs
- HttpGetProtocolImporter.cs
- ModelService.cs
- Stroke2.cs
- GroupBoxAutomationPeer.cs
- DrawingVisual.cs
- DataGrid.cs
- RelationshipEntry.cs
- SqlGenerator.cs
- VirtualizingPanel.cs
- LookupNode.cs
- Environment.cs
- SetStateDesigner.cs
- PageStatePersister.cs
- TextDecoration.cs
- IntSumAggregationOperator.cs
- SingleSelectRootGridEntry.cs
- Win32.cs
- CursorEditor.cs
- ContractType.cs
- UserControl.cs
- StateItem.cs
- ObjectPropertyMapping.cs
- DocumentViewerConstants.cs
- OverrideMode.cs
- _ConnectStream.cs
- Control.cs
- WeakHashtable.cs
- Viewport3DAutomationPeer.cs
- IdentitySection.cs
- TemplateModeChangedEventArgs.cs
- StatusBarDrawItemEvent.cs
- TextSelection.cs
- BaseInfoTable.cs
- SecurityKeyIdentifierClause.cs
- InvokeHandlers.cs
- ContractListAdapter.cs
- NavigatorOutput.cs
- Invariant.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- HotSpotCollection.cs
- InkPresenter.cs
- WindowsButton.cs
- LabelLiteral.cs
- ClientBuildManager.cs
- UIElement3D.cs
- x509store.cs
- TextElementEditingBehaviorAttribute.cs
- CodeIterationStatement.cs
- Pointer.cs
- HttpAsyncResult.cs
- EntityDataSourceContextDisposingEventArgs.cs
- AutoFocusStyle.xaml.cs
- XhtmlBasicPanelAdapter.cs
- TraceData.cs
- StyleSelector.cs
- Rotation3D.cs
- Type.cs
- BufferedReceiveElement.cs
- InvokePattern.cs
- ContextTokenTypeConverter.cs
- ExceptionHandlerDesigner.cs
- TextEndOfParagraph.cs
- PropertyChangedEventArgs.cs
- TypeDescriptor.cs
- BridgeDataRecord.cs
- HyperLinkStyle.cs
- BooleanKeyFrameCollection.cs
- AutomationEvent.cs
- RelationshipConverter.cs
- IOThreadScheduler.cs
- MetafileHeaderWmf.cs
- DeferredElementTreeState.cs
- WindowsTitleBar.cs
- EtwTrackingParticipant.cs
- PageWrapper.cs
- AsyncOperation.cs
- ChannelDemuxer.cs
- PartialTrustHelpers.cs
- BigInt.cs
- WebPartDeleteVerb.cs