Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / CRYPTPROTECT_PROMPTSTRUCT.cs / 1305376 / 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
- MulticastNotSupportedException.cs
- TextTreeDeleteContentUndoUnit.cs
- HwndKeyboardInputProvider.cs
- TreeNodeStyleCollectionEditor.cs
- DesignerHierarchicalDataSourceView.cs
- CallbackWrapper.cs
- Events.cs
- ComponentDispatcherThread.cs
- XslTransformFileEditor.cs
- XmlIlTypeHelper.cs
- RemoteDebugger.cs
- ApplyTemplatesAction.cs
- CustomAttributeBuilder.cs
- InvalidPrinterException.cs
- TreeIterator.cs
- Style.cs
- TreeNode.cs
- GroupStyle.cs
- ProcessInfo.cs
- AttributeInfo.cs
- WebContext.cs
- InvalidCommandTreeException.cs
- ManagedCodeMarkers.cs
- DashStyle.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- SurrogateSelector.cs
- SwitchAttribute.cs
- ValuePatternIdentifiers.cs
- RtfControls.cs
- CompositeControl.cs
- EDesignUtil.cs
- OrderedEnumerableRowCollection.cs
- HtmlTable.cs
- ToggleProviderWrapper.cs
- AliasedSlot.cs
- BitmapSource.cs
- ScrollEvent.cs
- CodeDelegateCreateExpression.cs
- EncryptedReference.cs
- QuaternionAnimation.cs
- EventMappingSettings.cs
- XmlNamespaceManager.cs
- QilStrConcat.cs
- FreeFormDragDropManager.cs
- SchemaSetCompiler.cs
- InputManager.cs
- FrameworkObject.cs
- SafeHandles.cs
- SignatureDescription.cs
- ListViewCommandEventArgs.cs
- LayoutManager.cs
- CustomErrorCollection.cs
- Socket.cs
- CodeExpressionStatement.cs
- OpenTypeLayout.cs
- XPathNavigator.cs
- NamedPipeAppDomainProtocolHandler.cs
- ConfigurationManagerHelper.cs
- TimeIntervalCollection.cs
- Stack.cs
- ConfigurationCollectionAttribute.cs
- DataViewSetting.cs
- StrongNameUtility.cs
- BaseValidator.cs
- ClassData.cs
- ObjectDataSourceDisposingEventArgs.cs
- TabletCollection.cs
- CanonicalizationDriver.cs
- AdornerHitTestResult.cs
- TypeExtensionConverter.cs
- CodeTypeConstructor.cs
- ValidationVisibilityAttribute.cs
- MimeFormImporter.cs
- ConnectivityStatus.cs
- SecurityPermission.cs
- SegmentInfo.cs
- ListenerHandler.cs
- OdbcReferenceCollection.cs
- ObjectConverter.cs
- CursorInteropHelper.cs
- DirtyTextRange.cs
- SQLSingle.cs
- DynamicArgumentDesigner.xaml.cs
- DrawingContextWalker.cs
- PriorityRange.cs
- WriteFileContext.cs
- xsdvalidator.cs
- DbProviderFactoriesConfigurationHandler.cs
- HostedElements.cs
- ValueExpressions.cs
- SrgsGrammarCompiler.cs
- MimeReturn.cs
- DispatcherHooks.cs
- ImportContext.cs
- SignedXml.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- PropertyTabAttribute.cs
- SqlDataSourceFilteringEventArgs.cs
- HttpChannelFactory.cs
- VersionedStreamOwner.cs