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
- UnsafePeerToPeerMethods.cs
- UidManager.cs
- XmlArrayItemAttributes.cs
- SettingsBindableAttribute.cs
- SHA1Managed.cs
- CheckPair.cs
- ImageMap.cs
- FormsAuthenticationUserCollection.cs
- RsaKeyIdentifierClause.cs
- CompileXomlTask.cs
- RowCache.cs
- BookmarkManager.cs
- HtmlTableCellCollection.cs
- XmlSchemaDocumentation.cs
- ApplicationProxyInternal.cs
- ContextMenuAutomationPeer.cs
- PolicyFactory.cs
- AuthorizationPolicyTypeElementCollection.cs
- GlyphTypeface.cs
- PeerConnector.cs
- RegionInfo.cs
- WCFModelStrings.Designer.cs
- TransactionManager.cs
- Model3DGroup.cs
- DashStyle.cs
- TextEffect.cs
- GeneralTransform3DCollection.cs
- TableCellCollection.cs
- Unit.cs
- BaseDataBoundControl.cs
- ControlCachePolicy.cs
- ClientConfigurationHost.cs
- RTLAwareMessageBox.cs
- WebPartZoneBase.cs
- FormattedTextSymbols.cs
- ItemCollection.cs
- DynamicPropertyReader.cs
- HttpListenerPrefixCollection.cs
- WorkflowNamespace.cs
- OleDbWrapper.cs
- LookupBindingPropertiesAttribute.cs
- FontSource.cs
- DataListAutoFormat.cs
- DefaultPropertyAttribute.cs
- RootAction.cs
- DependencyObjectType.cs
- UnknownWrapper.cs
- handlecollector.cs
- StrokeCollectionConverter.cs
- BindingOperations.cs
- SessionStateSection.cs
- EmptyQuery.cs
- RetrieveVirtualItemEventArgs.cs
- SchemaType.cs
- Package.cs
- ImageEditor.cs
- ClientScriptManager.cs
- _ChunkParse.cs
- FontStretchConverter.cs
- PartialCachingControl.cs
- RunInstallerAttribute.cs
- QuaternionRotation3D.cs
- ZipPackage.cs
- EncryptedPackageFilter.cs
- CategoryEditor.cs
- OdbcFactory.cs
- sqlcontext.cs
- ResourceManagerWrapper.cs
- PageThemeBuildProvider.cs
- TemplateBuilder.cs
- AdjustableArrowCap.cs
- XmlCompatibilityReader.cs
- AmbientProperties.cs
- UpdatePanelTriggerCollection.cs
- ValueTypeFixupInfo.cs
- WorkflowViewManager.cs
- HtmlCommandAdapter.cs
- OnOperation.cs
- COSERVERINFO.cs
- BufferedMessageData.cs
- Int32RectValueSerializer.cs
- HandleExceptionArgs.cs
- FileStream.cs
- PerformanceCounterPermissionEntryCollection.cs
- ComNativeDescriptor.cs
- AssemblySettingAttributes.cs
- EntityContainerEntitySetDefiningQuery.cs
- ToolBarButton.cs
- RectangleGeometry.cs
- BStrWrapper.cs
- ToolboxComponentsCreatingEventArgs.cs
- IRCollection.cs
- SerializationInfo.cs
- EntityDataSourceUtil.cs
- ObjectStateEntryDbDataRecord.cs
- RegexReplacement.cs
- SchemaLookupTable.cs
- Columns.cs
- DataGridRowAutomationPeer.cs
- SystemWebCachingSectionGroup.cs