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
- DisplayNameAttribute.cs
- PrivilegeNotHeldException.cs
- ImportOptions.cs
- ObjectSpanRewriter.cs
- PlainXmlDeserializer.cs
- RunClient.cs
- Stack.cs
- TCPClient.cs
- TextRange.cs
- SingleAnimationBase.cs
- DocumentGridPage.cs
- RectAnimation.cs
- TextTreeRootNode.cs
- XmlAnyAttributeAttribute.cs
- Parser.cs
- MembershipUser.cs
- PageFunction.cs
- ServiceOperation.cs
- DynamicPropertyReader.cs
- SqlPersonalizationProvider.cs
- MaskInputRejectedEventArgs.cs
- WebServiceParameterData.cs
- SHA256Managed.cs
- DropDownButton.cs
- Visual3D.cs
- RSAPKCS1KeyExchangeFormatter.cs
- SettingsAttributes.cs
- AspNetCacheProfileAttribute.cs
- ClaimTypes.cs
- _UriSyntax.cs
- SoapRpcMethodAttribute.cs
- _Rfc2616CacheValidators.cs
- TreeViewBindingsEditor.cs
- EmbeddedMailObject.cs
- PerformanceCounter.cs
- ThaiBuddhistCalendar.cs
- RuntimeEnvironment.cs
- HtmlInputFile.cs
- CustomPopupPlacement.cs
- ExpressionPrefixAttribute.cs
- GifBitmapDecoder.cs
- DashStyle.cs
- PolicyManager.cs
- ResourceContainer.cs
- XmlSerializerSection.cs
- LambdaCompiler.Lambda.cs
- ViewManagerAttribute.cs
- SmiContext.cs
- NumericUpDownAccelerationCollection.cs
- WmlSelectionListAdapter.cs
- SubMenuStyleCollection.cs
- objectresult_tresulttype.cs
- StateWorkerRequest.cs
- IProvider.cs
- WebBrowsableAttribute.cs
- ComponentEvent.cs
- WebZone.cs
- MatrixUtil.cs
- WinFormsComponentEditor.cs
- Point3DCollectionConverter.cs
- TextInfo.cs
- ComponentCommands.cs
- CredentialCache.cs
- XmlLoader.cs
- XmlSchemaAttributeGroupRef.cs
- TimeSpanSecondsConverter.cs
- ResourceReader.cs
- ParallelSeparator.xaml.cs
- COM2ExtendedTypeConverter.cs
- RoutingUtilities.cs
- ComNativeDescriptor.cs
- InternalConfigHost.cs
- HttpAsyncResult.cs
- MobileFormsAuthentication.cs
- WeakEventTable.cs
- ParseChildrenAsPropertiesAttribute.cs
- ConstantExpression.cs
- RefreshEventArgs.cs
- DetailsViewInsertEventArgs.cs
- SQLBinary.cs
- EntitySetBase.cs
- BlurBitmapEffect.cs
- CompilerErrorCollection.cs
- XmlnsPrefixAttribute.cs
- DeviceContexts.cs
- ServiceDescription.cs
- MultipleViewPattern.cs
- OleDbInfoMessageEvent.cs
- SQLBytes.cs
- RepeatBehavior.cs
- Nullable.cs
- DataObjectCopyingEventArgs.cs
- KnownBoxes.cs
- ErrorWebPart.cs
- Partitioner.cs
- PrintPreviewDialog.cs
- HttpApplicationFactory.cs
- WindowsScrollBarBits.cs
- UnmanagedMarshal.cs
- MsmqPoisonMessageException.cs