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
- DataGridViewLinkCell.cs
- AnimationException.cs
- WebPartMenu.cs
- PageBreakRecord.cs
- XmlNotation.cs
- XmlSchemaComplexContentExtension.cs
- CompositeDuplexBindingElementImporter.cs
- ConfigurationPropertyCollection.cs
- COM2FontConverter.cs
- GlyphRunDrawing.cs
- ErrorInfoXmlDocument.cs
- ServicePrincipalNameElement.cs
- ObjectNavigationPropertyMapping.cs
- BufferedWebEventProvider.cs
- ListMarkerSourceInfo.cs
- ProtocolsConfigurationEntry.cs
- XmlSerializationWriter.cs
- dtdvalidator.cs
- Typography.cs
- EntityContainerRelationshipSet.cs
- DataGridViewRowHeaderCell.cs
- ColumnMapCopier.cs
- RemotingServices.cs
- Cursors.cs
- HandleScope.cs
- X509WindowsSecurityToken.cs
- XPathScanner.cs
- CellConstantDomain.cs
- CachedBitmap.cs
- SimpleHandlerFactory.cs
- BlockCollection.cs
- PtsCache.cs
- ItemCheckedEvent.cs
- ArglessEventHandlerProxy.cs
- QueryableFilterRepeater.cs
- Module.cs
- XmlSchemaSet.cs
- FeatureSupport.cs
- CreateUserErrorEventArgs.cs
- InternalBufferManager.cs
- DesignerMetadata.cs
- HostedTransportConfigurationBase.cs
- XmlWhitespace.cs
- XXXInfos.cs
- QilGeneratorEnv.cs
- selecteditemcollection.cs
- XmlSerializerVersionAttribute.cs
- PropertyValueUIItem.cs
- IntegerFacetDescriptionElement.cs
- TextSelection.cs
- NullableDecimalSumAggregationOperator.cs
- Polygon.cs
- HGlobalSafeHandle.cs
- MenuCommand.cs
- SystemIPGlobalProperties.cs
- TdsParserHelperClasses.cs
- TextBox.cs
- CanExpandCollapseAllConverter.cs
- FieldNameLookup.cs
- safemediahandle.cs
- CmsInterop.cs
- StretchValidation.cs
- Keyboard.cs
- AppSettingsExpressionBuilder.cs
- securitycriticaldataClass.cs
- RC2.cs
- RuleSet.cs
- PropertyStore.cs
- Base64Decoder.cs
- NavigationService.cs
- ECDiffieHellmanCng.cs
- xmlformatgeneratorstatics.cs
- mactripleDES.cs
- ResourceContainer.cs
- Int16.cs
- ShortcutKeysEditor.cs
- WindowsPrincipal.cs
- PersonalizationStateInfo.cs
- DictionaryCustomTypeDescriptor.cs
- LayoutTable.cs
- SimpleNameService.cs
- ModelItemCollectionImpl.cs
- CannotUnloadAppDomainException.cs
- CacheEntry.cs
- AsyncPostBackTrigger.cs
- PixelFormats.cs
- WindowsNonControl.cs
- Substitution.cs
- FormCollection.cs
- ValidationHelpers.cs
- Utils.cs
- IBuiltInEvidence.cs
- StyleCollectionEditor.cs
- FormViewDeletedEventArgs.cs
- UdpUtility.cs
- FormViewPagerRow.cs
- Msec.cs
- RoleGroupCollection.cs
- LogManagementAsyncResult.cs
- cookieexception.cs