Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / AsymmetricCryptoHandle.cs / 1 / 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TraceLevelStore.cs
- DataControlFieldCell.cs
- MappableObjectManager.cs
- OleStrCAMarshaler.cs
- TraceHandler.cs
- KeyedPriorityQueue.cs
- DataGridViewControlCollection.cs
- Attributes.cs
- CallbackException.cs
- TextDecoration.cs
- DragStartedEventArgs.cs
- NotifyCollectionChangedEventArgs.cs
- TextDecorationCollectionConverter.cs
- RawStylusInputCustomData.cs
- Message.cs
- RecommendedAsConfigurableAttribute.cs
- MarginsConverter.cs
- AsymmetricSignatureDeformatter.cs
- WebScriptClientGenerator.cs
- ExpressionPrefixAttribute.cs
- RequestSecurityTokenResponse.cs
- XmlSerializerAssemblyAttribute.cs
- RegistryExceptionHelper.cs
- UserNameSecurityTokenProvider.cs
- HttpHeaderCollection.cs
- Size.cs
- FunctionUpdateCommand.cs
- IsolatedStorageException.cs
- XmlQueryTypeFactory.cs
- SecurityDescriptor.cs
- IgnoreSection.cs
- StoryFragments.cs
- SigningCredentials.cs
- panel.cs
- BulletedList.cs
- XmlSchemaSimpleContentRestriction.cs
- SweepDirectionValidation.cs
- BaseTemplateCodeDomTreeGenerator.cs
- BindingCollection.cs
- WebPartConnectionsCloseVerb.cs
- AccessViolationException.cs
- XPathNodeList.cs
- DataSourceXmlSubItemAttribute.cs
- ValueConversionAttribute.cs
- WindowsRebar.cs
- SystemUnicastIPAddressInformation.cs
- EntityDataSourceWrapperCollection.cs
- TransformerConfigurationWizardBase.cs
- FrameworkElementFactory.cs
- ListViewGroupConverter.cs
- OleDbRowUpdatedEvent.cs
- TemplatedAdorner.cs
- DbXmlEnabledProviderManifest.cs
- SourceFileBuildProvider.cs
- VectorCollectionConverter.cs
- DataGridViewImageCell.cs
- FilteredDataSetHelper.cs
- Stroke2.cs
- CopyNodeSetAction.cs
- StrokeDescriptor.cs
- SecureStringHasher.cs
- StateMachineTimers.cs
- WebPartsPersonalization.cs
- SqlClientFactory.cs
- PersonalizationEntry.cs
- DataFormats.cs
- RSAOAEPKeyExchangeFormatter.cs
- BmpBitmapDecoder.cs
- CustomValidator.cs
- Menu.cs
- UnmanagedMemoryAccessor.cs
- SqlLiftWhereClauses.cs
- DataTable.cs
- AppDomainAttributes.cs
- DbParameterCollectionHelper.cs
- PerformanceCounter.cs
- FileUtil.cs
- BamlTreeNode.cs
- DrawingCollection.cs
- RegexInterpreter.cs
- InkCanvasAutomationPeer.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- BamlMapTable.cs
- DataServiceExpressionVisitor.cs
- SafeMILHandle.cs
- CurrentChangedEventManager.cs
- MachineKeySection.cs
- ExpressionEditorAttribute.cs
- HandleCollector.cs
- HwndMouseInputProvider.cs
- XmlElement.cs
- X509CertificateEndpointIdentity.cs
- MenuItem.cs
- DescendantOverDescendantQuery.cs
- ClassicBorderDecorator.cs
- SafeProcessHandle.cs
- CodeLinePragma.cs
- UriWriter.cs
- SourceChangedEventArgs.cs
- GuidConverter.cs