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
- SaveRecipientRequest.cs
- PackageRelationship.cs
- SignatureToken.cs
- LocalIdKeyIdentifierClause.cs
- PropertyInformationCollection.cs
- parserscommon.cs
- XmlSiteMapProvider.cs
- Brush.cs
- SqlFactory.cs
- Gdiplus.cs
- LocatorGroup.cs
- ReaderWriterLock.cs
- BamlRecordHelper.cs
- KnownBoxes.cs
- CurrencyManager.cs
- GridViewPageEventArgs.cs
- Document.cs
- EllipseGeometry.cs
- BindableTemplateBuilder.cs
- TextPattern.cs
- FileStream.cs
- GenericEnumerator.cs
- TextBounds.cs
- TriggerActionCollection.cs
- CloudCollection.cs
- SafeLibraryHandle.cs
- DynamicValidatorEventArgs.cs
- ObjectStateFormatter.cs
- InkCanvasSelection.cs
- TableParagraph.cs
- ScriptRegistrationManager.cs
- RightsManagementPermission.cs
- CheckPair.cs
- BaseContextMenu.cs
- WrappedReader.cs
- Vector.cs
- CollectionBuilder.cs
- MouseDevice.cs
- FrameAutomationPeer.cs
- ScriptReferenceBase.cs
- MemberNameValidator.cs
- HandlerBase.cs
- ChannelFactoryBase.cs
- SpeakInfo.cs
- AccessDataSourceView.cs
- HitTestResult.cs
- ExceptionValidationRule.cs
- _ShellExpression.cs
- NamedPipeChannelFactory.cs
- CodeTypeDeclaration.cs
- AppDomainUnloadedException.cs
- PnrpPermission.cs
- TextEndOfSegment.cs
- _BaseOverlappedAsyncResult.cs
- IconHelper.cs
- EdmError.cs
- AuthenticationConfig.cs
- _CacheStreams.cs
- HtmlInputCheckBox.cs
- TargetConverter.cs
- GridViewCommandEventArgs.cs
- WpfPayload.cs
- SqlDependencyUtils.cs
- Random.cs
- TextFragmentEngine.cs
- QueryTreeBuilder.cs
- ItemsPresenter.cs
- SqlProcedureAttribute.cs
- EncryptedKey.cs
- RegexMatch.cs
- RectAnimation.cs
- OwnerDrawPropertyBag.cs
- CompileLiteralTextParser.cs
- GridProviderWrapper.cs
- FileNameEditor.cs
- PathData.cs
- TreeViewItemAutomationPeer.cs
- MetadataCache.cs
- NameValueCollection.cs
- Int64AnimationBase.cs
- ComplexPropertyEntry.cs
- IssuanceTokenProviderState.cs
- SequentialOutput.cs
- WmpBitmapDecoder.cs
- IFlowDocumentViewer.cs
- UpdateManifestForBrowserApplication.cs
- CalendarDesigner.cs
- TheQuery.cs
- Token.cs
- SafeNativeMethods.cs
- TabPage.cs
- ValidatorCompatibilityHelper.cs
- SetterTriggerConditionValueConverter.cs
- XmlArrayItemAttributes.cs
- PaintEvent.cs
- SpellCheck.cs
- BaseProcessProtocolHandler.cs
- ParserStreamGeometryContext.cs
- WebResourceAttribute.cs
- UserControl.cs