Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // 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
- StrokeIntersection.cs
- CompilationUtil.cs
- SerTrace.cs
- DataObject.cs
- ObjectStateManagerMetadata.cs
- InteropDesigner.xaml.cs
- CookieProtection.cs
- CachingHintValidation.cs
- TimeoutHelper.cs
- UnionExpr.cs
- PageParserFilter.cs
- ExpressionList.cs
- TextEvent.cs
- HostedHttpTransportManager.cs
- DependencyStoreSurrogate.cs
- XmlCharCheckingReader.cs
- KoreanCalendar.cs
- OleServicesContext.cs
- DeleteIndexBinder.cs
- HeaderCollection.cs
- DefaultCommandConverter.cs
- ArrayList.cs
- ProfilePropertySettings.cs
- SortFieldComparer.cs
- XmlEncoding.cs
- ReferentialConstraint.cs
- TextPenaltyModule.cs
- ResourceDictionaryCollection.cs
- CircleHotSpot.cs
- AppSettings.cs
- FramingChannels.cs
- ConfigurationStrings.cs
- TableLayoutSettingsTypeConverter.cs
- LicenseProviderAttribute.cs
- MimeTypePropertyAttribute.cs
- DataGridState.cs
- SqlDesignerDataSourceView.cs
- RoutedCommand.cs
- EncodingNLS.cs
- DesignTimeType.cs
- TreeViewItemAutomationPeer.cs
- ValidatingReaderNodeData.cs
- WindowsSysHeader.cs
- ConstructorNeedsTagAttribute.cs
- Logging.cs
- BasicKeyConstraint.cs
- XmlQueryContext.cs
- QuestionEventArgs.cs
- diagnosticsswitches.cs
- TcpClientCredentialType.cs
- ManipulationDelta.cs
- WebErrorHandler.cs
- GuidelineSet.cs
- Timeline.cs
- DeleteHelper.cs
- DataSourceCollectionBase.cs
- _FixedSizeReader.cs
- CommandPlan.cs
- AddValidationError.cs
- GetBrowserTokenRequest.cs
- WebServiceResponse.cs
- UmAlQuraCalendar.cs
- SafeArrayTypeMismatchException.cs
- PopOutPanel.cs
- DataGridColumn.cs
- SecurityVerifiedMessage.cs
- ClaimTypeRequirement.cs
- DataViewManager.cs
- SQLDecimalStorage.cs
- DeclarativeCatalogPart.cs
- DispatcherFrame.cs
- GradientStop.cs
- DBProviderConfigurationHandler.cs
- WorkflowDataContext.cs
- SBCSCodePageEncoding.cs
- DomNameTable.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- VirtualPathProvider.cs
- SEHException.cs
- InputMethodStateChangeEventArgs.cs
- DbException.cs
- XPathSelfQuery.cs
- StringCollection.cs
- smtpconnection.cs
- SiteMapNode.cs
- DescendantOverDescendantQuery.cs
- UInt32.cs
- SpinWait.cs
- DiffuseMaterial.cs
- PiiTraceSource.cs
- EndGetFileNameFromUserRequest.cs
- RewritingSimplifier.cs
- HttpModulesSection.cs
- RuntimeResourceSet.cs
- WebScriptMetadataMessage.cs
- PropertyStore.cs
- ContextItem.cs
- StringUtil.cs
- SspiNegotiationTokenAuthenticatorState.cs
- UIPermission.cs