Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationException.cs
- DataGridViewRowPostPaintEventArgs.cs
- DecimalKeyFrameCollection.cs
- MDIWindowDialog.cs
- XmlWellformedWriterHelpers.cs
- DeploymentSectionCache.cs
- CodeExporter.cs
- _BaseOverlappedAsyncResult.cs
- AutomationPropertyInfo.cs
- DownloadProgressEventArgs.cs
- Collection.cs
- oledbmetadatacolumnnames.cs
- WebBrowserNavigatingEventHandler.cs
- SymbolTable.cs
- ToolBarTray.cs
- PageTheme.cs
- Animatable.cs
- LabelLiteral.cs
- InternalBufferOverflowException.cs
- DBCSCodePageEncoding.cs
- ApplicationSecurityManager.cs
- MetadataStore.cs
- CompensatableTransactionScopeActivity.cs
- SpellerError.cs
- HelpProvider.cs
- PageStatePersister.cs
- DataGridViewColumnDesigner.cs
- Simplifier.cs
- SpeechDetectedEventArgs.cs
- SortExpressionBuilder.cs
- DiscoveryClientChannelFactory.cs
- SchemaImporterExtension.cs
- VarRemapper.cs
- XPathNode.cs
- XmlProcessingInstruction.cs
- CodeMemberMethod.cs
- StickyNoteAnnotations.cs
- WebBrowserNavigatedEventHandler.cs
- ImageResources.Designer.cs
- BufferManager.cs
- Vector3DIndependentAnimationStorage.cs
- WorkflowApplicationTerminatedException.cs
- XmlSerializerVersionAttribute.cs
- DynamicDataResources.Designer.cs
- ConnectionStringSettings.cs
- FixedSOMSemanticBox.cs
- AndMessageFilterTable.cs
- CloudCollection.cs
- FigureHelper.cs
- SortableBindingList.cs
- AnchorEditor.cs
- RadioButtonStandardAdapter.cs
- DynamicILGenerator.cs
- BlockUIContainer.cs
- IsolatedStorage.cs
- _DisconnectOverlappedAsyncResult.cs
- TreeView.cs
- BitmapEditor.cs
- TextEditorTyping.cs
- TypeExtensionConverter.cs
- EntityDataSourceSelectedEventArgs.cs
- TouchDevice.cs
- WorkflowApplicationCompletedEventArgs.cs
- RegistryExceptionHelper.cs
- UMPAttributes.cs
- OdbcReferenceCollection.cs
- SerializationHelper.cs
- MulticastNotSupportedException.cs
- PolyLineSegmentFigureLogic.cs
- DocumentViewerConstants.cs
- StandardOleMarshalObject.cs
- WebPart.cs
- DynamicPropertyReader.cs
- AutoSizeComboBox.cs
- DynamicRendererThreadManager.cs
- SkipStoryboardToFill.cs
- SpoolingTask.cs
- UnmanagedBitmapWrapper.cs
- AdvancedBindingEditor.cs
- SqlTriggerContext.cs
- ConfigurationSettings.cs
- ParameterCollection.cs
- StateMachine.cs
- PageParserFilter.cs
- ScalarOps.cs
- securestring.cs
- AttributeCollection.cs
- FaultCallbackWrapper.cs
- HttpInputStream.cs
- IOThreadScheduler.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- RestrictedTransactionalPackage.cs
- MatrixAnimationUsingKeyFrames.cs
- OdbcHandle.cs
- PropVariant.cs
- OletxEnlistment.cs
- JsonByteArrayDataContract.cs
- Aggregates.cs
- EntityConnectionStringBuilder.cs
- Menu.cs