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
- SHA512CryptoServiceProvider.cs
- CounterSampleCalculator.cs
- PageAsyncTaskManager.cs
- Condition.cs
- CategoryAttribute.cs
- ObjectSet.cs
- ClientConfigPaths.cs
- AnimationClock.cs
- EllipseGeometry.cs
- EntityModelBuildProvider.cs
- AQNBuilder.cs
- EFAssociationProvider.cs
- XmlAnyElementAttribute.cs
- FlowPanelDesigner.cs
- DesignerCatalogPartChrome.cs
- DocumentOrderQuery.cs
- RawUIStateInputReport.cs
- SiteMapDataSourceView.cs
- VirtualizedCellInfoCollection.cs
- RegistryConfigurationProvider.cs
- MSG.cs
- CollectionView.cs
- ListBox.cs
- AliasGenerator.cs
- CqlWriter.cs
- TraceUtils.cs
- TextEndOfSegment.cs
- NullableIntSumAggregationOperator.cs
- ControlBindingsCollection.cs
- AspNetCompatibilityRequirementsMode.cs
- DriveInfo.cs
- XsdDuration.cs
- PreDigestedSignedInfo.cs
- DataServiceConfiguration.cs
- ObjRef.cs
- WebPartsSection.cs
- HelpKeywordAttribute.cs
- NotFiniteNumberException.cs
- DataQuery.cs
- ScalarType.cs
- Vector3DCollectionValueSerializer.cs
- _LoggingObject.cs
- HttpRequest.cs
- SHA1Managed.cs
- GuidelineCollection.cs
- dataobject.cs
- TranslateTransform.cs
- SerializeAbsoluteContext.cs
- ExtendedTransformFactory.cs
- EnumerableRowCollectionExtensions.cs
- WaitHandle.cs
- oledbmetadatacolumnnames.cs
- CSharpCodeProvider.cs
- ScrollBarRenderer.cs
- OciEnlistContext.cs
- PropertyIDSet.cs
- FieldNameLookup.cs
- CodeIndexerExpression.cs
- FunctionParameter.cs
- TextSpan.cs
- BasicExpressionVisitor.cs
- IdentitySection.cs
- HwndSourceKeyboardInputSite.cs
- DispatcherSynchronizationContext.cs
- NonBatchDirectoryCompiler.cs
- DataGridTextBox.cs
- SiblingIterators.cs
- dataprotectionpermission.cs
- VScrollProperties.cs
- UniqueConstraint.cs
- GeometryDrawing.cs
- DesignTable.cs
- InputLanguageSource.cs
- ActivationArguments.cs
- WaitHandleCannotBeOpenedException.cs
- DragSelectionMessageFilter.cs
- MultiByteCodec.cs
- _NtlmClient.cs
- ConnectionPoint.cs
- BamlBinaryWriter.cs
- DataGridViewToolTip.cs
- SafeTimerHandle.cs
- FileRecordSequence.cs
- OperationPickerDialog.cs
- xml.cs
- DependencyObject.cs
- IndexingContentUnit.cs
- DataGridHeaderBorder.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- HandleExceptionArgs.cs
- CodeGenerator.cs
- PointUtil.cs
- DataSourceXmlClassAttribute.cs
- BamlLocalizabilityResolver.cs
- MenuItemCollectionEditorDialog.cs
- Pts.cs
- UnicodeEncoding.cs
- TableLayoutStyle.cs
- ArraySortHelper.cs
- ActivityDesignerLayoutSerializers.cs