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
- controlskin.cs
- HtmlTableRow.cs
- ColorConvertedBitmap.cs
- SafeFindHandle.cs
- DbDataAdapter.cs
- XpsS0ValidatingLoader.cs
- DispatcherHooks.cs
- TrustLevelCollection.cs
- SqlNode.cs
- HttpRuntime.cs
- StsCommunicationException.cs
- Wrapper.cs
- AsymmetricCryptoHandle.cs
- TextEditorSelection.cs
- NullReferenceException.cs
- MediaTimeline.cs
- InvalidCommandTreeException.cs
- ipaddressinformationcollection.cs
- EmulateRecognizeCompletedEventArgs.cs
- PersonalizableTypeEntry.cs
- xmlsaver.cs
- ProtectedConfigurationSection.cs
- SiteMembershipCondition.cs
- HwndSource.cs
- PropertyTabAttribute.cs
- XmlText.cs
- MenuItemCollection.cs
- FontFamily.cs
- PartialTrustVisibleAssemblyCollection.cs
- WindowsNonControl.cs
- RowUpdatedEventArgs.cs
- ValueExpressions.cs
- XamlSerializerUtil.cs
- WpfKnownTypeInvoker.cs
- VBIdentifierName.cs
- Point.cs
- assertwrapper.cs
- ChannelToken.cs
- ToolStripMenuItem.cs
- RoutedEventArgs.cs
- CertificateManager.cs
- XsdBuilder.cs
- SelectionHighlightInfo.cs
- Attachment.cs
- ClientBuildManager.cs
- ExtensionWindow.cs
- TextParaClient.cs
- DetailsViewUpdatedEventArgs.cs
- DataBoundControlHelper.cs
- UserControlCodeDomTreeGenerator.cs
- RandomNumberGenerator.cs
- DataGridViewCellLinkedList.cs
- ResourceExpression.cs
- StateInitializationDesigner.cs
- ExpressionNormalizer.cs
- Camera.cs
- Internal.cs
- ValidationErrorEventArgs.cs
- XPathPatternParser.cs
- UpWmlPageAdapter.cs
- CodeDelegateCreateExpression.cs
- SymbolTable.cs
- ContractSearchPattern.cs
- AssemblyAssociatedContentFileAttribute.cs
- SplayTreeNode.cs
- ConfigurationValue.cs
- InputLanguageManager.cs
- MessagePartProtectionMode.cs
- SegmentInfo.cs
- _ListenerAsyncResult.cs
- ZipIOLocalFileDataDescriptor.cs
- CategoryValueConverter.cs
- CallTemplateAction.cs
- HttpWebResponse.cs
- EventLogPermissionAttribute.cs
- StyleConverter.cs
- SkinIDTypeConverter.cs
- IndentedWriter.cs
- ResourceCategoryAttribute.cs
- WriteableBitmap.cs
- MDIWindowDialog.cs
- TypeConverterAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- EventPrivateKey.cs
- UInt16.cs
- MouseWheelEventArgs.cs
- Pair.cs
- MemberPath.cs
- AutomationIdentifierGuids.cs
- ListViewGroupItemCollection.cs
- ReadOnlyCollectionBase.cs
- DataRowExtensions.cs
- WindowsSecurityTokenAuthenticator.cs
- TraceAsyncResult.cs
- HeaderElement.cs
- HttpDebugHandler.cs
- Control.cs
- PassportAuthenticationEventArgs.cs
- WithParamAction.cs
- Aggregates.cs