Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Configuration / COAUTHINFO.cs / 1 / COAUTHINFO.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Collections; using System.Configuration; using System.Configuration.Internal; using System.Web; using System.Web.Util; using System.Security; using System.IO; using System.Web.Hosting; using System.Runtime.InteropServices; using System.Reflection; using System.Collections.Specialized; using System.Xml; using System.Security.Principal; using System.Threading; using System.Globalization; [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COAUTHINFO : IDisposable { internal COAUTHINFO(RpcAuthent authent, RpcAuthor author, string serverprinc, RpcLevel level, RpcImpers impers, IntPtr ciptr) { authnsvc = authent; authzsvc = author; serverprincname = serverprinc; authnlevel = level; impersonationlevel = impers; authidentitydata = ciptr; } internal RpcAuthent authnsvc; internal RpcAuthor authzsvc; [MarshalAs(UnmanagedType.LPWStr)] internal string serverprincname; internal RpcLevel authnlevel; internal RpcImpers impersonationlevel; internal IntPtr authidentitydata; // COAUTHIDENTITY* internal int capabilities = 0; // EOAC_NONE void IDisposable.Dispose() { authidentitydata = IntPtr.Zero; GC.SuppressFinalize(this); } ~COAUTHINFO() { } } [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COAUTHINFO_X64 : IDisposable { internal COAUTHINFO_X64(RpcAuthent authent, RpcAuthor author, string serverprinc, RpcLevel level, RpcImpers impers, IntPtr ciptr) { authnsvc = authent; authzsvc = author; serverprincname = serverprinc; authnlevel = level; impersonationlevel = impers; authidentitydata = ciptr; } internal RpcAuthent authnsvc; internal RpcAuthor authzsvc; [MarshalAs(UnmanagedType.LPWStr)] internal string serverprincname; internal RpcLevel authnlevel; internal RpcImpers impersonationlevel; internal IntPtr authidentitydata; // COAUTHIDENTITY* internal int capabilities = 0; // EOAC_NONE #pragma warning disable 0649 internal int padding; #pragma warning restore 0649 void IDisposable.Dispose() { authidentitydata = IntPtr.Zero; GC.SuppressFinalize(this); } ~COAUTHINFO_X64() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Collections; using System.Configuration; using System.Configuration.Internal; using System.Web; using System.Web.Util; using System.Security; using System.IO; using System.Web.Hosting; using System.Runtime.InteropServices; using System.Reflection; using System.Collections.Specialized; using System.Xml; using System.Security.Principal; using System.Threading; using System.Globalization; [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COAUTHINFO : IDisposable { internal COAUTHINFO(RpcAuthent authent, RpcAuthor author, string serverprinc, RpcLevel level, RpcImpers impers, IntPtr ciptr) { authnsvc = authent; authzsvc = author; serverprincname = serverprinc; authnlevel = level; impersonationlevel = impers; authidentitydata = ciptr; } internal RpcAuthent authnsvc; internal RpcAuthor authzsvc; [MarshalAs(UnmanagedType.LPWStr)] internal string serverprincname; internal RpcLevel authnlevel; internal RpcImpers impersonationlevel; internal IntPtr authidentitydata; // COAUTHIDENTITY* internal int capabilities = 0; // EOAC_NONE void IDisposable.Dispose() { authidentitydata = IntPtr.Zero; GC.SuppressFinalize(this); } ~COAUTHINFO() { } } [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COAUTHINFO_X64 : IDisposable { internal COAUTHINFO_X64(RpcAuthent authent, RpcAuthor author, string serverprinc, RpcLevel level, RpcImpers impers, IntPtr ciptr) { authnsvc = authent; authzsvc = author; serverprincname = serverprinc; authnlevel = level; impersonationlevel = impers; authidentitydata = ciptr; } internal RpcAuthent authnsvc; internal RpcAuthor authzsvc; [MarshalAs(UnmanagedType.LPWStr)] internal string serverprincname; internal RpcLevel authnlevel; internal RpcImpers impersonationlevel; internal IntPtr authidentitydata; // COAUTHIDENTITY* internal int capabilities = 0; // EOAC_NONE #pragma warning disable 0649 internal int padding; #pragma warning restore 0649 void IDisposable.Dispose() { authidentitydata = IntPtr.Zero; GC.SuppressFinalize(this); } ~COAUTHINFO_X64() { } } } // 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
- DesignerWithHeader.cs
- ShutDownListener.cs
- InfoCardProofToken.cs
- ProfileProvider.cs
- QueryCursorEventArgs.cs
- TextServicesCompartmentContext.cs
- MenuItemAutomationPeer.cs
- EventRecordWrittenEventArgs.cs
- DynamicDataManager.cs
- HandledEventArgs.cs
- XmlSchemaObjectCollection.cs
- ToolStripLocationCancelEventArgs.cs
- WebDescriptionAttribute.cs
- DataGridColumnHeader.cs
- TableParaClient.cs
- MessageQueue.cs
- KeySplineConverter.cs
- OracleParameterBinding.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- SessionIDManager.cs
- FrameworkTextComposition.cs
- SrgsGrammar.cs
- TextClipboardData.cs
- IndentedTextWriter.cs
- Win32PrintDialog.cs
- HttpProxyCredentialType.cs
- LogEntryHeaderv1Deserializer.cs
- WeakEventTable.cs
- BindingManagerDataErrorEventArgs.cs
- DecimalAnimationBase.cs
- SortExpressionBuilder.cs
- TableCellCollection.cs
- PeerApplicationLaunchInfo.cs
- StateDesigner.Layouts.cs
- ErrorFormatterPage.cs
- COM2AboutBoxPropertyDescriptor.cs
- ColorEditor.cs
- DeferredTextReference.cs
- LongMinMaxAggregationOperator.cs
- NamespaceDisplayAutomationPeer.cs
- DataGridRowAutomationPeer.cs
- CaseInsensitiveComparer.cs
- MetadataSource.cs
- WebPartEditorCancelVerb.cs
- SQLInt16.cs
- PermissionListSet.cs
- OSFeature.cs
- XmlDataCollection.cs
- SocketException.cs
- XmlNamespaceMapping.cs
- _ConnectionGroup.cs
- DataGridViewRowEventArgs.cs
- MailBnfHelper.cs
- MappedMetaModel.cs
- LocationSectionRecord.cs
- ProtocolViolationException.cs
- XmlNullResolver.cs
- FormViewUpdateEventArgs.cs
- WindowPattern.cs
- SourceFileBuildProvider.cs
- WinCategoryAttribute.cs
- EndpointAddress.cs
- RenderCapability.cs
- DocumentGridContextMenu.cs
- SoapFault.cs
- TreeNode.cs
- RoutedEventHandlerInfo.cs
- FormsAuthenticationCredentials.cs
- EventLogger.cs
- SubtreeProcessor.cs
- NativeMethods.cs
- WsdlBuildProvider.cs
- QueryRewriter.cs
- WriteFileContext.cs
- URLBuilder.cs
- ErrorStyle.cs
- CompilationUtil.cs
- Solver.cs
- BaseParser.cs
- ToolStripDesigner.cs
- PseudoWebRequest.cs
- TextTreeRootNode.cs
- SSmlParser.cs
- ShapeTypeface.cs
- ConditionalDesigner.cs
- XDeferredAxisSource.cs
- XPathNavigator.cs
- RotateTransform3D.cs
- DataSourceSelectArguments.cs
- EventArgs.cs
- SqlTypeSystemProvider.cs
- WebPartZoneCollection.cs
- RegexCaptureCollection.cs
- FusionWrap.cs
- StatusBarPanelClickEvent.cs
- ZipIOLocalFileDataDescriptor.cs
- PublisherMembershipCondition.cs
- TreeNodeConverter.cs
- IgnorePropertiesAttribute.cs
- SystemIPInterfaceStatistics.cs