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
- TextEditorThreadLocalStore.cs
- BinHexDecoder.cs
- LinkTarget.cs
- ResXResourceSet.cs
- PolicyStatement.cs
- SmtpTransport.cs
- SiteOfOriginContainer.cs
- SqlGenerator.cs
- SafePointer.cs
- ProofTokenCryptoHandle.cs
- CheckedPointers.cs
- StickyNoteAnnotations.cs
- keycontainerpermission.cs
- BinHexEncoder.cs
- VectorAnimation.cs
- AccessControlEntry.cs
- XmlSerializableWriter.cs
- DirectoryNotFoundException.cs
- GridViewSelectEventArgs.cs
- LogicalExpressionEditor.cs
- NetworkInformationException.cs
- XmlMembersMapping.cs
- SpeechRecognitionEngine.cs
- PropertyDescriptorGridEntry.cs
- ArrangedElement.cs
- SortFieldComparer.cs
- StringExpressionSet.cs
- HtmlHistory.cs
- Accessible.cs
- MessageQueueInstaller.cs
- HwndTarget.cs
- XmlTextEncoder.cs
- SevenBitStream.cs
- ListView.cs
- RuntimeConfig.cs
- ResourceManager.cs
- AppDomainProtocolHandler.cs
- CompilerLocalReference.cs
- PenThread.cs
- XsltQilFactory.cs
- EventBindingService.cs
- PersonalizationProviderHelper.cs
- EventArgs.cs
- updateconfighost.cs
- UniqueIdentifierService.cs
- BCLDebug.cs
- ErrorHandler.cs
- SchemaSetCompiler.cs
- TypeUtil.cs
- SingleAnimation.cs
- ImplicitInputBrush.cs
- DataGridViewSelectedRowCollection.cs
- COM2TypeInfoProcessor.cs
- XPathAncestorIterator.cs
- AddIn.cs
- ImageSourceConverter.cs
- MachineSettingsSection.cs
- DuplicateDetector.cs
- PropertyConverter.cs
- MouseButtonEventArgs.cs
- PrivateFontCollection.cs
- DiscoveryClientReferences.cs
- ResourceProviderFactory.cs
- Size.cs
- ProviderUtil.cs
- GridViewAutomationPeer.cs
- ImmComposition.cs
- activationcontext.cs
- PictureBox.cs
- TableAdapterManagerGenerator.cs
- BindingExpressionUncommonField.cs
- GridViewCellAutomationPeer.cs
- Listen.cs
- ReadOnlyHierarchicalDataSource.cs
- ObjectStateEntryDbDataRecord.cs
- GridViewDeleteEventArgs.cs
- XamlSerializer.cs
- ExternalDataExchangeService.cs
- RijndaelManagedTransform.cs
- MsmqIntegrationProcessProtocolHandler.cs
- TlsnegoTokenAuthenticator.cs
- GeneralTransform3DTo2D.cs
- ConnectionProviderAttribute.cs
- FontEditor.cs
- UIPermission.cs
- SafeCryptHandles.cs
- LazyTextWriterCreator.cs
- SplitContainer.cs
- RuntimeResourceSet.cs
- DrawListViewItemEventArgs.cs
- BrushConverter.cs
- ComboBoxRenderer.cs
- EntityContainerRelationshipSet.cs
- RecognizedPhrase.cs
- DesignerActionHeaderItem.cs
- webclient.cs
- BaseAsyncResult.cs
- smtpconnection.cs
- MetabaseServerConfig.cs
- ApplyImportsAction.cs