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
- _Events.cs
- RuleSettings.cs
- XmlCharCheckingReader.cs
- PopupEventArgs.cs
- TextInfo.cs
- EventDescriptor.cs
- OracleConnectionString.cs
- DataGridCellsPresenter.cs
- OleDbStruct.cs
- WebBrowserEvent.cs
- UnknownWrapper.cs
- RowTypePropertyElement.cs
- AuthenticationException.cs
- Thread.cs
- KeyFrames.cs
- EditorPart.cs
- RawTextInputReport.cs
- VirtualPathProvider.cs
- AutoCompleteStringCollection.cs
- DynamicActivityProperty.cs
- ToolStripStatusLabel.cs
- SuppressMessageAttribute.cs
- CodeIterationStatement.cs
- TdsEnums.cs
- GuidelineCollection.cs
- SecurityUtils.cs
- DataGridrowEditEndingEventArgs.cs
- EntityDataSourceContextCreatedEventArgs.cs
- SizeKeyFrameCollection.cs
- FormViewPageEventArgs.cs
- WorkflowMarkupSerializerMapping.cs
- HttpCookiesSection.cs
- ToggleButton.cs
- AutomationIdentifier.cs
- WindowsAuthenticationEventArgs.cs
- MouseCaptureWithinProperty.cs
- DeobfuscatingStream.cs
- ACE.cs
- UnregisterInfo.cs
- WebPartConnectionsEventArgs.cs
- UnmanagedMarshal.cs
- CodeCatchClause.cs
- ClientRuntimeConfig.cs
- __ComObject.cs
- DbDataRecord.cs
- MarshalDirectiveException.cs
- TreeViewItem.cs
- GridView.cs
- ToggleProviderWrapper.cs
- DomNameTable.cs
- TextRunCacheImp.cs
- MergeLocalizationDirectives.cs
- log.cs
- AppDomainManager.cs
- DesignerToolStripControlHost.cs
- SafeLibraryHandle.cs
- CellParaClient.cs
- Input.cs
- RouteUrlExpressionBuilder.cs
- TableLayoutRowStyleCollection.cs
- ScriptControl.cs
- ResXResourceWriter.cs
- DataControlButton.cs
- _FixedSizeReader.cs
- DesignOnlyAttribute.cs
- AppDomainFactory.cs
- GridEntry.cs
- NavigatorInput.cs
- DesignerOptionService.cs
- InputLanguageEventArgs.cs
- httpstaticobjectscollection.cs
- XmlNamedNodeMap.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- FrameworkContentElement.cs
- SingleTagSectionHandler.cs
- InputElement.cs
- Root.cs
- ProgressBarRenderer.cs
- CharEnumerator.cs
- DbModificationCommandTree.cs
- TypeToTreeConverter.cs
- TextEditorParagraphs.cs
- DictionarySectionHandler.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ContextMenuStrip.cs
- EntityDataSourceStatementEditor.cs
- JsonReaderDelegator.cs
- ErrorInfoXmlDocument.cs
- NameValueCollection.cs
- DbFunctionCommandTree.cs
- SchemaTypeEmitter.cs
- RequestSecurityTokenSerializer.cs
- ComEventsMethod.cs
- ProgramNode.cs
- AuthorizationRule.cs
- BrowserCapabilitiesCompiler.cs
- ContentType.cs
- CookieProtection.cs
- DataKey.cs
- Token.cs