Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / TransformCryptoHandle.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectTag.cs
- InputMethod.cs
- MatrixConverter.cs
- TreeNodeStyleCollection.cs
- BufferBuilder.cs
- SchemaTableColumn.cs
- ConfigurationElementCollection.cs
- loginstatus.cs
- DrawingAttributes.cs
- DetailsViewUpdateEventArgs.cs
- HierarchicalDataTemplate.cs
- UserInitiatedNavigationPermission.cs
- UIElement.cs
- templategroup.cs
- BinaryMessageEncodingElement.cs
- TextRunCacheImp.cs
- UnsafeNetInfoNativeMethods.cs
- StylusButtonEventArgs.cs
- DocumentViewerConstants.cs
- InlinedAggregationOperator.cs
- CollectionContainer.cs
- SmiRecordBuffer.cs
- ConfigurationLocation.cs
- OrderingExpression.cs
- dbdatarecord.cs
- TrackBar.cs
- CommonDialog.cs
- PointLight.cs
- SessionStateUtil.cs
- SimpleApplicationHost.cs
- LinqDataSourceContextEventArgs.cs
- UiaCoreTypesApi.cs
- IProvider.cs
- GridLength.cs
- OracleColumn.cs
- AnimatedTypeHelpers.cs
- Animatable.cs
- ParentControlDesigner.cs
- FixedPageStructure.cs
- CommandBinding.cs
- DoubleStorage.cs
- EncryptedType.cs
- DoubleLinkListEnumerator.cs
- ViewgenContext.cs
- ToolStripDropDownMenu.cs
- Nullable.cs
- FormsAuthenticationConfiguration.cs
- Wildcard.cs
- IBuiltInEvidence.cs
- XPathNodeList.cs
- WebFaultClientMessageInspector.cs
- GestureRecognitionResult.cs
- SpeakProgressEventArgs.cs
- ToolStripOverflow.cs
- ProcessThreadCollection.cs
- PersonalizablePropertyEntry.cs
- Msec.cs
- HMACSHA1.cs
- PhoneCallDesigner.cs
- TextStore.cs
- dbdatarecord.cs
- SqlFunctionAttribute.cs
- dbenumerator.cs
- KeyGestureValueSerializer.cs
- CloseSequence.cs
- WrappingXamlSchemaContext.cs
- EntityException.cs
- ServicePointManager.cs
- Compiler.cs
- RawUIStateInputReport.cs
- X509Utils.cs
- RegexMatch.cs
- NavigationCommands.cs
- FixedSOMImage.cs
- TreeNodeStyleCollection.cs
- MemoryFailPoint.cs
- ExpressionTable.cs
- QilLoop.cs
- SpecialFolderEnumConverter.cs
- ImmutableObjectAttribute.cs
- UnauthorizedAccessException.cs
- PersonalizationDictionary.cs
- DbProviderFactory.cs
- CloudCollection.cs
- RuntimeConfig.cs
- HttpInputStream.cs
- HttpResponseHeader.cs
- TreeViewImageKeyConverter.cs
- SiteMapProvider.cs
- HttpServerChannel.cs
- SafeNativeMethodsMilCoreApi.cs
- Style.cs
- XmlEncodedRawTextWriter.cs
- HtmlGenericControl.cs
- CategoryAttribute.cs
- HtmlDocument.cs
- securitymgrsite.cs
- GridItem.cs
- UnaryQueryOperator.cs
- KeyNotFoundException.cs