Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContextToken.cs
- StrokeCollection.cs
- WebPartHeaderCloseVerb.cs
- CommentAction.cs
- DrawingVisualDrawingContext.cs
- SqlDataSourceCache.cs
- XmlSchemaException.cs
- RegistryPermission.cs
- ColumnResizeAdorner.cs
- AddInAttribute.cs
- DocumentNUp.cs
- LogSwitch.cs
- SqlEnums.cs
- BuildTopDownAttribute.cs
- PerformanceCounter.cs
- DuplicateMessageDetector.cs
- ThreadStartException.cs
- COM2EnumConverter.cs
- SqlSelectClauseBuilder.cs
- CqlErrorHelper.cs
- TabItemWrapperAutomationPeer.cs
- hebrewshape.cs
- BaseResourcesBuildProvider.cs
- PopOutPanel.cs
- Pair.cs
- TextElement.cs
- WaitingCursor.cs
- DataTransferEventArgs.cs
- MenuAdapter.cs
- OracleTimeSpan.cs
- MessageProtectionOrder.cs
- XmlJsonWriter.cs
- Function.cs
- TextDecorationCollection.cs
- CqlGenerator.cs
- WebPartEventArgs.cs
- DataServiceRequestException.cs
- AffineTransform3D.cs
- HelpEvent.cs
- PresentationAppDomainManager.cs
- ChtmlFormAdapter.cs
- SqlBuilder.cs
- TableLayoutColumnStyleCollection.cs
- ResourceDictionary.cs
- ListSourceHelper.cs
- _LocalDataStoreMgr.cs
- WorkflowRuntimeServiceElementCollection.cs
- WebHttpBindingCollectionElement.cs
- ReflectTypeDescriptionProvider.cs
- LOSFormatter.cs
- EdmError.cs
- AuthenticationException.cs
- _DynamicWinsockMethods.cs
- milexports.cs
- Line.cs
- KnownTypesHelper.cs
- Tuple.cs
- CounterSample.cs
- RadioButton.cs
- FontTypeConverter.cs
- CheckBoxRenderer.cs
- OutOfProcStateClientManager.cs
- ColorComboBox.cs
- WebFormDesignerActionService.cs
- SamlAudienceRestrictionCondition.cs
- PrimitiveList.cs
- XmlWriterTraceListener.cs
- WindowsToolbar.cs
- ComAwareEventInfo.cs
- Int32Storage.cs
- CodeAttributeDeclaration.cs
- SchemaSetCompiler.cs
- PointF.cs
- ProtocolsSection.cs
- RootAction.cs
- RichTextBoxAutomationPeer.cs
- AmbientEnvironment.cs
- HexParser.cs
- DataListItemEventArgs.cs
- CollectionEditor.cs
- DateTimeUtil.cs
- ValidationErrorInfo.cs
- ControlDesigner.cs
- SqlFunctionAttribute.cs
- NameValueConfigurationCollection.cs
- UpDownBase.cs
- MappedMetaModel.cs
- EventRouteFactory.cs
- DocumentPage.cs
- BitHelper.cs
- Reference.cs
- IfElseDesigner.xaml.cs
- DefaultPrintController.cs
- ComplusTypeValidator.cs
- FormViewDeleteEventArgs.cs
- DataTrigger.cs
- QfeChecker.cs
- HostingEnvironment.cs
- IndentedTextWriter.cs
- BindingMemberInfo.cs