Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / SymmetricCryptoHandle.cs / 1305376 / SymmetricCryptoHandle.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 an SymmetricCryptoSession. // internal class SymmetricCryptoHandle : ProofTokenCryptoHandle { public SymmetricCryptoHandle( InternalRefCountedHandle nativeHandle, DateTime expiration, IntPtr parameters ) : base( nativeHandle, expiration, parameters, typeof( RpcSymmetricCryptoParameters ) ) { } private SymmetricCryptoHandle( InternalRefCountedHandle internalHandle ) : base( internalHandle ) {} protected override CryptoHandle OnDuplicate() { return new SymmetricCryptoHandle( 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
- StringStorage.cs
- Baml2006Reader.cs
- XdrBuilder.cs
- SHA1.cs
- CompensationToken.cs
- ProcessInputEventArgs.cs
- FontEmbeddingManager.cs
- HttpApplicationFactory.cs
- ClosureBinding.cs
- EmptyStringExpandableObjectConverter.cs
- ChtmlCalendarAdapter.cs
- DrawListViewItemEventArgs.cs
- ConsumerConnectionPoint.cs
- TextFormatterImp.cs
- HttpHandlerAction.cs
- RoleBoolean.cs
- LabelLiteral.cs
- ObjectListItemCollection.cs
- MissingSatelliteAssemblyException.cs
- IgnoreFileBuildProvider.cs
- ArrangedElement.cs
- ComplexPropertyEntry.cs
- SoapCodeExporter.cs
- TextViewSelectionProcessor.cs
- SafeCryptContextHandle.cs
- PartialTrustValidationBehavior.cs
- DebugInfo.cs
- DynamicPropertyReader.cs
- DateBoldEvent.cs
- ArrangedElementCollection.cs
- HostExecutionContextManager.cs
- ContentPresenter.cs
- WindowsAltTab.cs
- IsolatedStorageException.cs
- NamedPipeConnectionPoolSettings.cs
- ImmutableObjectAttribute.cs
- UrlMappingCollection.cs
- DPCustomTypeDescriptor.cs
- JournalEntryListConverter.cs
- X509CertificateCollection.cs
- StringCollection.cs
- CompilerLocalReference.cs
- _Rfc2616CacheValidators.cs
- ListViewCommandEventArgs.cs
- Lease.cs
- HttpDigestClientCredential.cs
- PresentationTraceSources.cs
- XamlClipboardData.cs
- HtmlLiteralTextAdapter.cs
- Equal.cs
- FacetValueContainer.cs
- DatePickerDateValidationErrorEventArgs.cs
- SerialStream.cs
- PointAnimation.cs
- Touch.cs
- ExplicitDiscriminatorMap.cs
- DependencyPropertyKind.cs
- sqlcontext.cs
- ManagementClass.cs
- PtsContext.cs
- WsdlBuildProvider.cs
- LineServicesCallbacks.cs
- SaveFileDialog.cs
- PageStatePersister.cs
- VirtualDirectoryMapping.cs
- StructuredTypeEmitter.cs
- HelloOperationCD1AsyncResult.cs
- FieldBuilder.cs
- PropertyGeneratedEventArgs.cs
- ComplexPropertyEntry.cs
- ClientUtils.cs
- ObjectStateManagerMetadata.cs
- DefaultAsyncDataDispatcher.cs
- ClrPerspective.cs
- RequestCacheEntry.cs
- ColorMatrix.cs
- DocumentOrderComparer.cs
- ReceiveMessageContent.cs
- ScaleTransform3D.cs
- CompensatableTransactionScopeActivityDesigner.cs
- FrameworkElement.cs
- ObjectList.cs
- HashHelpers.cs
- FixUpCollection.cs
- UnsafeNativeMethodsTablet.cs
- FlowDecision.cs
- ResourceDescriptionAttribute.cs
- SqlWorkflowInstanceStoreLock.cs
- OdbcStatementHandle.cs
- ResumeStoryboard.cs
- EntityViewGenerator.cs
- ResolveMatchesCD1.cs
- InternalConfirm.cs
- PipelineModuleStepContainer.cs
- ValidationPropertyAttribute.cs
- Int32KeyFrameCollection.cs
- DateTimeUtil.cs
- EnumMember.cs
- SingleAnimationUsingKeyFrames.cs
- WindowsGraphics.cs