Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / CRYPTPROTECT_PROMPTSTRUCT.cs / 1 / CRYPTPROTECT_PROMPTSTRUCT.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Runtime.Serialization; using System.Configuration.Provider; using System.Xml; using System.Text; using System.Runtime.InteropServices; using Microsoft.Win32; //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// [StructLayout(LayoutKind.Sequential)] internal struct CRYPTPROTECT_PROMPTSTRUCT : IDisposable { public int cbSize; public int dwPromptFlags; public IntPtr hwndApp; public string szPrompt; void IDisposable.Dispose() { hwndApp = IntPtr.Zero; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Collections.Specialized; using System.Runtime.Serialization; using System.Configuration.Provider; using System.Xml; using System.Text; using System.Runtime.InteropServices; using Microsoft.Win32; //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// [StructLayout(LayoutKind.Sequential)] internal struct CRYPTPROTECT_PROMPTSTRUCT : IDisposable { public int cbSize; public int dwPromptFlags; public IntPtr hwndApp; public string szPrompt; void IDisposable.Dispose() { hwndApp = IntPtr.Zero; } } } // 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
- ContentTextAutomationPeer.cs
- Utils.cs
- Variable.cs
- ProfileParameter.cs
- RootBrowserWindowProxy.cs
- SafeBitVector32.cs
- ReachFixedDocumentSerializer.cs
- ThreadInterruptedException.cs
- SafePointer.cs
- ApplicationBuildProvider.cs
- ScrollBarAutomationPeer.cs
- SQLDecimalStorage.cs
- Int16AnimationUsingKeyFrames.cs
- TextBlockAutomationPeer.cs
- CompiledQueryCacheEntry.cs
- CacheVirtualItemsEvent.cs
- SerializerWriterEventHandlers.cs
- SQLSingleStorage.cs
- QueryCacheEntry.cs
- EntityClassGenerator.cs
- SectionInput.cs
- TemplateParser.cs
- EntityParameterCollection.cs
- OwnerDrawPropertyBag.cs
- PowerEase.cs
- DrawingDrawingContext.cs
- ItemChangedEventArgs.cs
- UserNameSecurityTokenAuthenticator.cs
- EnlistmentState.cs
- DataColumnMapping.cs
- WorkflowDesignerMessageFilter.cs
- BitmapCacheBrush.cs
- XmlSortKeyAccumulator.cs
- UrlMapping.cs
- ExpandSegment.cs
- DesignerLoader.cs
- sitestring.cs
- CodeDOMUtility.cs
- BaseTreeIterator.cs
- COM2TypeInfoProcessor.cs
- ProjectionQueryOptionExpression.cs
- NamespaceList.cs
- AngleUtil.cs
- FixedSOMContainer.cs
- RegexBoyerMoore.cs
- DataReceivedEventArgs.cs
- XPathQilFactory.cs
- Certificate.cs
- CheckBoxFlatAdapter.cs
- NullRuntimeConfig.cs
- HitTestDrawingContextWalker.cs
- GeometryHitTestParameters.cs
- CompiledQuery.cs
- WorkflowDesignerMessageFilter.cs
- ManifestResourceInfo.cs
- Axis.cs
- XmlSchemaFacet.cs
- IArgumentProvider.cs
- Matrix3DStack.cs
- TrackingServices.cs
- MetadataStore.cs
- RowType.cs
- SqlGenericUtil.cs
- StateMachine.cs
- GC.cs
- MsmqInputSessionChannel.cs
- EpmContentSerializer.cs
- InheritanceContextChangedEventManager.cs
- ConfigurationHandlersInstallComponent.cs
- TextPointerBase.cs
- CorePropertiesFilter.cs
- Geometry3D.cs
- validation.cs
- SqlWebEventProvider.cs
- SyndicationItem.cs
- StringUtil.cs
- ApplicationSecurityManager.cs
- KnownTypesProvider.cs
- RSATokenProvider.cs
- SubclassTypeValidatorAttribute.cs
- BinaryMessageFormatter.cs
- _ProxyRegBlob.cs
- ListDictionary.cs
- XmlTypeAttribute.cs
- ClassDataContract.cs
- AsymmetricAlgorithm.cs
- SqlRewriteScalarSubqueries.cs
- RegistryKey.cs
- SqlXmlStorage.cs
- DataObjectFieldAttribute.cs
- RC2.cs
- TreeViewImageKeyConverter.cs
- KnownBoxes.cs
- FilterElement.cs
- TdsParser.cs
- XmlDataSource.cs
- StylusLogic.cs
- printdlgexmarshaler.cs
- WeakReferenceList.cs
- TraceListener.cs