Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WCF / infocard / Client / System / IdentityModel / Selectors / ProofTokenCryptoHandle.cs / 1305376 / ProofTokenCryptoHandle.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: // InfoCardProofTokens can be created from this kind of CryptoHandle. // internal abstract class ProofTokenCryptoHandle : CryptoHandle { protected ProofTokenCryptoHandle( InternalRefCountedHandle nativeHandle, DateTime expiration, IntPtr nativeParameters, Type paramType ) : base( nativeHandle, expiration, nativeParameters, paramType ) { } protected ProofTokenCryptoHandle( InternalRefCountedHandle internalHandle ) : base( internalHandle ) {} // // Summary: // Creates a new InfoCardProofToken from the underlying CryptoHandle. // public InfoCardProofToken CreateProofToken() { ThrowIfDisposed(); return OnCreateProofToken(); } // // Summary: // Allows subclasses to create their particular proof token. // protected abstract InfoCardProofToken OnCreateProofToken(); } } // 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
- ProfileInfo.cs
- PreProcessor.cs
- EntityTypeEmitter.cs
- CodeRemoveEventStatement.cs
- PeerTransportElement.cs
- FloaterBaseParaClient.cs
- ArrayWithOffset.cs
- BamlVersionHeader.cs
- ButtonBaseAdapter.cs
- FamilyTypefaceCollection.cs
- ObjectSet.cs
- DataException.cs
- Preprocessor.cs
- AttributeUsageAttribute.cs
- AuthorizationSection.cs
- NamedPipeTransportManager.cs
- TagMapInfo.cs
- BrowserCapabilitiesCompiler.cs
- DataGridViewButtonCell.cs
- GridViewDeleteEventArgs.cs
- ObjectDataSourceEventArgs.cs
- WmlLiteralTextAdapter.cs
- MemberListBinding.cs
- DesignerCatalogPartChrome.cs
- DataServiceExpressionVisitor.cs
- QueryStringParameter.cs
- Matrix.cs
- GcSettings.cs
- Event.cs
- WindowsGraphicsCacheManager.cs
- ParameterExpression.cs
- HttpProfileGroupBase.cs
- SplayTreeNode.cs
- VirtualPathUtility.cs
- SqlDataSourceQueryEditor.cs
- WebBrowserDocumentCompletedEventHandler.cs
- Storyboard.cs
- SoapExtensionReflector.cs
- formatter.cs
- UnsafeNativeMethods.cs
- MasterPageParser.cs
- DateTime.cs
- ExponentialEase.cs
- HtmlHistory.cs
- X509SubjectKeyIdentifierClause.cs
- SeparatorAutomationPeer.cs
- UInt64Converter.cs
- UrlMappingsModule.cs
- StylusSystemGestureEventArgs.cs
- JpegBitmapDecoder.cs
- DnsPermission.cs
- XmlSerializationReader.cs
- ActiveXSite.cs
- Stack.cs
- ListViewContainer.cs
- Stroke2.cs
- ValuePattern.cs
- MetadataItemEmitter.cs
- WindowsSysHeader.cs
- FileDialogCustomPlaces.cs
- Byte.cs
- ProfileBuildProvider.cs
- _Events.cs
- NodeLabelEditEvent.cs
- SafeSecurityHandles.cs
- XPathNodePointer.cs
- OleDbStruct.cs
- PropertyGroupDescription.cs
- SQLMoneyStorage.cs
- DtdParser.cs
- LinqDataSourceStatusEventArgs.cs
- BrushProxy.cs
- ReleaseInstanceMode.cs
- TraceContextEventArgs.cs
- HyperlinkAutomationPeer.cs
- SortQueryOperator.cs
- processwaithandle.cs
- ContainerUtilities.cs
- SignatureHelper.cs
- WebPartUserCapability.cs
- SQLByteStorage.cs
- StringFormat.cs
- RNGCryptoServiceProvider.cs
- ItemDragEvent.cs
- TemplatePartAttribute.cs
- Evaluator.cs
- ConversionHelper.cs
- DefaultAutoFieldGenerator.cs
- SoapAttributeAttribute.cs
- DeclarationUpdate.cs
- SchemaEntity.cs
- Hash.cs
- ProxySimple.cs
- AutoGeneratedField.cs
- Comparer.cs
- TreeNodeEventArgs.cs
- XmlElementAttribute.cs
- HttpWriter.cs
- ValidationService.cs
- TypeSystem.cs