Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / AsymmetricCryptoHandle.cs / 1305376 / AsymmetricCryptoHandle.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; // // For common & resources // using Microsoft.InfoCards; // // Summary: // Wraps an AsymmetricCryptoSession. // internal class AsymmetricCryptoHandle : ProofTokenCryptoHandle { public AsymmetricCryptoHandle( InternalRefCountedHandle nativeHandle, DateTime expiration, IntPtr parameters ) : base( nativeHandle, expiration, parameters, typeof( RpcAsymmetricCryptoParameters ) ) { } private AsymmetricCryptoHandle( InternalRefCountedHandle internalHandle ) : base( internalHandle ) {} protected override CryptoHandle OnDuplicate() { return new AsymmetricCryptoHandle( InternalHandle ); } protected override InfoCardProofToken OnCreateProofToken() { return new InfoCardProofToken( this, Expiration ); } } } // 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
- Span.cs
- HyperLinkStyle.cs
- DPCustomTypeDescriptor.cs
- ContainerVisual.cs
- FastEncoder.cs
- ReadingWritingEntityEventArgs.cs
- ThreadNeutralSemaphore.cs
- UserInitiatedRoutedEventPermission.cs
- DataGridViewLayoutData.cs
- metrodevice.cs
- Stacktrace.cs
- Native.cs
- BindMarkupExtensionSerializer.cs
- BuildDependencySet.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- HtmlButton.cs
- DataGridViewCellFormattingEventArgs.cs
- PropertyMetadata.cs
- CellIdBoolean.cs
- Column.cs
- Menu.cs
- RewritingProcessor.cs
- HtmlInputSubmit.cs
- SrgsElementFactoryCompiler.cs
- BasicViewGenerator.cs
- AttributeCollection.cs
- FileLevelControlBuilderAttribute.cs
- DesignUtil.cs
- WebControlsSection.cs
- DoubleLinkList.cs
- SerialStream.cs
- Models.cs
- AuthenticationModuleElementCollection.cs
- Error.cs
- DBSchemaTable.cs
- OutputCacheSettingsSection.cs
- MulticastNotSupportedException.cs
- AccessibilityApplicationManager.cs
- Vector3DValueSerializer.cs
- ReadOnlyDataSourceView.cs
- CalculatedColumn.cs
- Panel.cs
- CompositionCommandSet.cs
- VarRemapper.cs
- XmlHelper.cs
- DataServiceQuery.cs
- TagPrefixAttribute.cs
- TextElementEnumerator.cs
- ConversionContext.cs
- TextParagraphCache.cs
- SafeNativeMethodsCLR.cs
- UserInitiatedNavigationPermission.cs
- TreeNodeStyle.cs
- OverrideMode.cs
- SqlDataSourceQueryConverter.cs
- DbProviderConfigurationHandler.cs
- SQLInt64Storage.cs
- Metafile.cs
- CodeDomLocalizationProvider.cs
- ScriptReferenceBase.cs
- ReadOnlyObservableCollection.cs
- SafeRegistryHandle.cs
- validation.cs
- LinqExpressionNormalizer.cs
- KeyboardDevice.cs
- DeclarationUpdate.cs
- RewritingSimplifier.cs
- BitmapMetadataEnumerator.cs
- DurationConverter.cs
- RangeValuePattern.cs
- Comparer.cs
- _KerberosClient.cs
- BitmapSourceSafeMILHandle.cs
- SchemaTypeEmitter.cs
- Subset.cs
- HostProtectionPermission.cs
- TextPatternIdentifiers.cs
- XPathNodePointer.cs
- ObjectAnimationUsingKeyFrames.cs
- DataGridViewComboBoxCell.cs
- WebPartsPersonalizationAuthorization.cs
- FixedTextPointer.cs
- DrawingImage.cs
- AssertSection.cs
- ColorMap.cs
- HighContrastHelper.cs
- ElementProxy.cs
- NegotiateStream.cs
- SchemaCollectionPreprocessor.cs
- ToolStripDropTargetManager.cs
- DataGridComponentEditor.cs
- MobileControl.cs
- DataContractJsonSerializer.cs
- Properties.cs
- Utils.cs
- Parser.cs
- ClickablePoint.cs
- ScriptServiceAttribute.cs
- WebPart.cs
- HttpConfigurationSystem.cs