Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / HashCryptoHandle.cs / 1305376 / 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. //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ManagedIStream.cs
- WebPartDisplayModeCollection.cs
- CompareInfo.cs
- Vector3dCollection.cs
- ClientUrlResolverWrapper.cs
- BulletChrome.cs
- assertwrapper.cs
- ProjectionCamera.cs
- Util.cs
- TreeViewAutomationPeer.cs
- Converter.cs
- EntityContainer.cs
- TypeDescriptionProviderAttribute.cs
- BevelBitmapEffect.cs
- SerializationBinder.cs
- indexingfiltermarshaler.cs
- ReversePositionQuery.cs
- CFStream.cs
- WebPartZoneCollection.cs
- AttributeProviderAttribute.cs
- TreeViewItem.cs
- Page.cs
- Style.cs
- ColumnResizeUndoUnit.cs
- EntryIndex.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- GradientBrush.cs
- PropertyEmitter.cs
- XmlILTrace.cs
- WebBrowserDocumentCompletedEventHandler.cs
- InkCanvasAutomationPeer.cs
- ToolBarTray.cs
- RuntimeConfigLKG.cs
- IImplicitResourceProvider.cs
- ColorDialog.cs
- CodeExpressionCollection.cs
- ImageCollectionEditor.cs
- RightsManagementPermission.cs
- TextDecoration.cs
- RectAnimationUsingKeyFrames.cs
- TabPage.cs
- DbExpressionVisitor.cs
- ApplicationContext.cs
- HierarchicalDataBoundControlAdapter.cs
- FixedBufferAttribute.cs
- MergeFailedEvent.cs
- InputLanguageSource.cs
- DataGridItemEventArgs.cs
- NTAccount.cs
- TextAction.cs
- OracleMonthSpan.cs
- DelegatedStream.cs
- MulticastNotSupportedException.cs
- ZipIOLocalFileDataDescriptor.cs
- HandlerFactoryCache.cs
- SequenceDesigner.cs
- Span.cs
- EntityDataSourceWrapper.cs
- WebHostedComPlusServiceHost.cs
- OptimizedTemplateContentHelper.cs
- MenuEventArgs.cs
- WrapPanel.cs
- EditorPartCollection.cs
- DependencyObjectPropertyDescriptor.cs
- TextSpanModifier.cs
- odbcmetadatacollectionnames.cs
- StyleXamlParser.cs
- CheckBoxAutomationPeer.cs
- SystemException.cs
- ColorAnimationBase.cs
- PropertyValueUIItem.cs
- PerformanceCounterLib.cs
- SolidColorBrush.cs
- BaseHashHelper.cs
- FixedLineResult.cs
- AutoFocusStyle.xaml.cs
- FontCacheUtil.cs
- EventLogPermissionEntry.cs
- OpenTypeMethods.cs
- FilteredDataSetHelper.cs
- TextParagraphCache.cs
- XmlILModule.cs
- Utils.cs
- ConnectionsZone.cs
- FileDialogCustomPlace.cs
- DesigntimeLicenseContext.cs
- NotificationContext.cs
- DocumentApplicationJournalEntry.cs
- Variant.cs
- LineMetrics.cs
- TimelineClockCollection.cs
- Effect.cs
- QueryCacheKey.cs
- ValueConversionAttribute.cs
- GiveFeedbackEventArgs.cs
- GifBitmapEncoder.cs
- ImageCodecInfoPrivate.cs
- DynamicValidatorEventArgs.cs
- BufferedWebEventProvider.cs
- SchemaImporterExtensionsSection.cs