Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / HashCryptoHandle.cs / 1 / HashCryptoHandle.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 HashCryptoSession // internal class HashCryptoHandle : CryptoHandle { public HashCryptoHandle( InternalRefCountedHandle nativeHandle, DateTime expiration, IntPtr parameters ) : base( nativeHandle, expiration, parameters, typeof( RpcHashCryptoParameters ) ) { } private HashCryptoHandle( InternalRefCountedHandle internalHandle ) : base( internalHandle ) {} protected override CryptoHandle OnDuplicate() { return new HashCryptoHandle( 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
- DataGridTextColumn.cs
- RowVisual.cs
- SQLUtility.cs
- TraceXPathNavigator.cs
- TypeConverterValueSerializer.cs
- FixedHyperLink.cs
- HMACSHA512.cs
- InheritablePropertyChangeInfo.cs
- TableItemProviderWrapper.cs
- MemberPath.cs
- ServicePerformanceCounters.cs
- ExeContext.cs
- AttributeQuery.cs
- DiscoveryViaBehavior.cs
- SupportsPreviewControlAttribute.cs
- XmlIgnoreAttribute.cs
- KeyBinding.cs
- DateTimePicker.cs
- MsmqIntegrationBinding.cs
- ClientData.cs
- ConnectionsZoneAutoFormat.cs
- XPathNavigatorReader.cs
- StringArrayConverter.cs
- EventLogPermissionAttribute.cs
- DbProviderSpecificTypePropertyAttribute.cs
- NamespaceDecl.cs
- FixedSOMImage.cs
- PolyBezierSegmentFigureLogic.cs
- OptimizedTemplateContentHelper.cs
- CrossSiteScriptingValidation.cs
- PeerNameResolver.cs
- RequestTimeoutManager.cs
- SqlUtil.cs
- VectorAnimationUsingKeyFrames.cs
- SByteConverter.cs
- TextBoxAutomationPeer.cs
- MoveSizeWinEventHandler.cs
- FaultContractAttribute.cs
- ActivityExecutorOperation.cs
- ToolStripContentPanelRenderEventArgs.cs
- RuntimeArgumentHandle.cs
- InvalidFilterCriteriaException.cs
- SafeCoTaskMem.cs
- ModuleConfigurationInfo.cs
- DivideByZeroException.cs
- QueryOutputWriterV1.cs
- ConfigurationConverterBase.cs
- EDesignUtil.cs
- XPathCompiler.cs
- SynchronizationLockException.cs
- DPCustomTypeDescriptor.cs
- XmlILOptimizerVisitor.cs
- SemanticResolver.cs
- BufferAllocator.cs
- DesignerActionList.cs
- TrackPoint.cs
- Compiler.cs
- ValidatorCollection.cs
- ResourceDisplayNameAttribute.cs
- FormsAuthenticationUser.cs
- TypeDependencyAttribute.cs
- DBParameter.cs
- TraceContext.cs
- CommandBinding.cs
- FormsAuthentication.cs
- ProtocolElement.cs
- ContentPlaceHolder.cs
- RadialGradientBrush.cs
- baseaxisquery.cs
- CommandLibraryHelper.cs
- StrongNamePublicKeyBlob.cs
- SRef.cs
- BindingListCollectionView.cs
- ScrollItemProviderWrapper.cs
- FormsAuthenticationUserCollection.cs
- DrawingBrush.cs
- CharUnicodeInfo.cs
- RelatedImageListAttribute.cs
- Camera.cs
- MenuAdapter.cs
- PermissionSetEnumerator.cs
- Path.cs
- ColumnMapVisitor.cs
- COSERVERINFO.cs
- DataServices.cs
- AdjustableArrowCap.cs
- DocumentPaginator.cs
- XmlAttributeHolder.cs
- FormClosedEvent.cs
- StylusButton.cs
- WebPartConnectionsDisconnectVerb.cs
- BuildProvidersCompiler.cs
- safesecurityhelperavalon.cs
- CommonDialog.cs
- PaperSource.cs
- DashStyle.cs
- PropertyTabChangedEvent.cs
- DeflateStreamAsyncResult.cs
- UnsafeNativeMethods.cs
- ServiceModelActivity.cs