Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / TransformCryptoHandle.cs / 1305376 / TransformCryptoHandle.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 TransformCryptoSession // internal class TransformCryptoHandle : CryptoHandle { public TransformCryptoHandle( InternalRefCountedHandle nativeHandle, DateTime expiration, IntPtr parameters ) : base( nativeHandle, expiration, parameters, typeof( RpcTransformCryptoParameters ) ) { } private TransformCryptoHandle( InternalRefCountedHandle internalHandle ) : base( internalHandle ) {} protected override CryptoHandle OnDuplicate() { return new TransformCryptoHandle( 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
- PathHelper.cs
- ImpersonateTokenRef.cs
- ConfigurationManagerInternal.cs
- ConfigXmlAttribute.cs
- Stopwatch.cs
- UnsafeNativeMethods.cs
- XPathBinder.cs
- XmlFileEditor.cs
- AnnotationComponentManager.cs
- DataControlHelper.cs
- InheritanceRules.cs
- DescendantOverDescendantQuery.cs
- ComponentEditorPage.cs
- Accessors.cs
- Calendar.cs
- ConnectionConsumerAttribute.cs
- BatchParser.cs
- DeferrableContentConverter.cs
- BlobPersonalizationState.cs
- AsnEncodedData.cs
- PreloadedPackages.cs
- propertyentry.cs
- UInt32Storage.cs
- XmlILModule.cs
- BufferBuilder.cs
- NavigationWindow.cs
- AssemblyCollection.cs
- HttpModulesInstallComponent.cs
- WebService.cs
- ExternalCalls.cs
- ContainerVisual.cs
- ObjectListShowCommandsEventArgs.cs
- HealthMonitoringSectionHelper.cs
- TableCellAutomationPeer.cs
- PassportAuthentication.cs
- MethodMessage.cs
- DisposableCollectionWrapper.cs
- CompilerCollection.cs
- DataGridViewCellMouseEventArgs.cs
- AutomationElementIdentifiers.cs
- followingsibling.cs
- UnsafeNativeMethods.cs
- ImageMapEventArgs.cs
- SessionStateItemCollection.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- StrongNamePublicKeyBlob.cs
- StorageBasedPackageProperties.cs
- ValidationPropertyAttribute.cs
- BlobPersonalizationState.cs
- NavigatorOutput.cs
- DataRowExtensions.cs
- DomNameTable.cs
- CalendarBlackoutDatesCollection.cs
- safelink.cs
- UnmanagedBitmapWrapper.cs
- ServiceEndpointCollection.cs
- MetadataArtifactLoaderFile.cs
- CompressEmulationStream.cs
- MembershipPasswordException.cs
- Label.cs
- ByteStreamGeometryContext.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- DiscoveryReferences.cs
- TwoPhaseCommitProxy.cs
- JournalNavigationScope.cs
- GridView.cs
- AssociatedControlConverter.cs
- CorrelationToken.cs
- CapabilitiesAssignment.cs
- LogAppendAsyncResult.cs
- PowerStatus.cs
- ThrowOnMultipleAssignment.cs
- RealProxy.cs
- DbSource.cs
- InvalidWMPVersionException.cs
- ForeignConstraint.cs
- TripleDES.cs
- RenamedEventArgs.cs
- SizeFConverter.cs
- TextRange.cs
- TextEditorMouse.cs
- HtmlTableRow.cs
- AssemblyHelper.cs
- ObfuscationAttribute.cs
- HwndAppCommandInputProvider.cs
- DictionaryManager.cs
- FileChangesMonitor.cs
- EventInfo.cs
- XmlObjectSerializerWriteContext.cs
- BufferBuilder.cs
- XamlSerializationHelper.cs
- CalloutQueueItem.cs
- ReadOnlyDataSourceView.cs
- VarInfo.cs
- CapabilitiesRule.cs
- ComPlusServiceLoader.cs
- ProcessInputEventArgs.cs
- DesignerUtils.cs
- FigureHelper.cs
- FormatSettings.cs