Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / COAUTHINFO.cs / 1305376 / 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
- ServiceMemoryGates.cs
- metadatamappinghashervisitor.cs
- CompletedAsyncResult.cs
- HttpStaticObjectsCollectionBase.cs
- InheritedPropertyChangedEventArgs.cs
- PersonalizationProviderCollection.cs
- CompositeScriptReferenceEventArgs.cs
- EmbeddedMailObject.cs
- SslStream.cs
- ColumnHeader.cs
- PageBuildProvider.cs
- TextSelectionHighlightLayer.cs
- designeractionbehavior.cs
- HelpKeywordAttribute.cs
- RectConverter.cs
- PathFigureCollectionConverter.cs
- RectAnimationBase.cs
- SQLDoubleStorage.cs
- TableRowGroup.cs
- DataGridViewColumnStateChangedEventArgs.cs
- AuthenticationSchemesHelper.cs
- TypedOperationInfo.cs
- BaseValidatorDesigner.cs
- VerificationAttribute.cs
- HttpClientCertificate.cs
- ContainsRowNumberChecker.cs
- HTMLTextWriter.cs
- QueryExpression.cs
- WindowsListViewGroup.cs
- MetadataUtilsSmi.cs
- TreeWalkHelper.cs
- ToolStripManager.cs
- Zone.cs
- SoapAttributeAttribute.cs
- ReceiveActivity.cs
- DataObjectCopyingEventArgs.cs
- ZeroOpNode.cs
- DataGridColumn.cs
- Renderer.cs
- MouseEventArgs.cs
- TableItemStyle.cs
- ApplicationSecurityInfo.cs
- SystemFonts.cs
- FormsIdentity.cs
- XmlBaseWriter.cs
- CompoundFileIOPermission.cs
- TreeViewImageGenerator.cs
- TableParagraph.cs
- StandardCommandToolStripMenuItem.cs
- OleDbSchemaGuid.cs
- QuaternionRotation3D.cs
- XmlBaseWriter.cs
- CompletedAsyncResult.cs
- QueryOperatorEnumerator.cs
- IDReferencePropertyAttribute.cs
- WebBrowsableAttribute.cs
- Help.cs
- ToolBar.cs
- HotSpot.cs
- StaticResourceExtension.cs
- ScriptingProfileServiceSection.cs
- WebPartUtil.cs
- Baml2006ReaderContext.cs
- WindowsHyperlink.cs
- HttpListenerResponse.cs
- TransportReplyChannelAcceptor.cs
- SoapCodeExporter.cs
- StringInfo.cs
- PageParser.cs
- ListControl.cs
- recordstate.cs
- EventDescriptorCollection.cs
- XPathSelectionIterator.cs
- QueryTreeBuilder.cs
- GridEntry.cs
- PropertyChangeTracker.cs
- Funcletizer.cs
- PolicyChain.cs
- CodeVariableDeclarationStatement.cs
- ExpandCollapsePattern.cs
- AppDomainGrammarProxy.cs
- BlurBitmapEffect.cs
- Int16AnimationUsingKeyFrames.cs
- RMEnrollmentPage1.cs
- AssemblyResourceLoader.cs
- DataGridColumn.cs
- InternalBase.cs
- TagMapCollection.cs
- XmlWriterTraceListener.cs
- Helper.cs
- UnsafeNativeMethodsCLR.cs
- HighlightComponent.cs
- ToolBarButton.cs
- CodeMemberProperty.cs
- EntityDesignerBuildProvider.cs
- PersonalizationProvider.cs
- FontEmbeddingManager.cs
- BooleanToVisibilityConverter.cs
- AdCreatedEventArgs.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs