Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ApplicationHost.cs
- XmlAnyElementAttribute.cs
- BindingsCollection.cs
- SafeTimerHandle.cs
- UserControl.cs
- UseAttributeSetsAction.cs
- Stackframe.cs
- ConfigXmlCDataSection.cs
- DataGridViewUtilities.cs
- ComplexTypeEmitter.cs
- AVElementHelper.cs
- ImageCodecInfoPrivate.cs
- DataGridViewCellStyleConverter.cs
- Environment.cs
- FocusChangedEventArgs.cs
- LinkLabel.cs
- Helper.cs
- CachedCompositeFamily.cs
- DataGridViewCheckBoxCell.cs
- HtmlElementCollection.cs
- MimeMapping.cs
- ActiveXHost.cs
- FileStream.cs
- counter.cs
- SecurityContextCookieSerializer.cs
- XamlTypeMapper.cs
- TreeNodeEventArgs.cs
- LinkLabel.cs
- WorkItem.cs
- GatewayDefinition.cs
- FontInfo.cs
- DirtyTextRange.cs
- ConfigErrorGlyph.cs
- DependentList.cs
- SizeAnimation.cs
- ListViewDeletedEventArgs.cs
- LightweightCodeGenerator.cs
- GiveFeedbackEvent.cs
- EdmItemError.cs
- EnvironmentPermission.cs
- ListInitExpression.cs
- SingleResultAttribute.cs
- ViewBase.cs
- NameValueSectionHandler.cs
- WebPartCloseVerb.cs
- LinkArea.cs
- RelationshipManager.cs
- HtmlGenericControl.cs
- EventMap.cs
- LogWriteRestartAreaAsyncResult.cs
- ListViewCancelEventArgs.cs
- ProtectedConfigurationSection.cs
- WindowsTab.cs
- FixedPage.cs
- X509DefaultServiceCertificateElement.cs
- ScopelessEnumAttribute.cs
- CollaborationHelperFunctions.cs
- Control.cs
- GroupItemAutomationPeer.cs
- DataSourceXmlAttributeAttribute.cs
- HotSpotCollection.cs
- EntityKey.cs
- HttpServerVarsCollection.cs
- X509Chain.cs
- SHA1.cs
- SelectionRange.cs
- DependencyPropertyKey.cs
- Int32KeyFrameCollection.cs
- MenuCommand.cs
- UserPersonalizationStateInfo.cs
- ProvideValueServiceProvider.cs
- SetMemberBinder.cs
- DateTimeParse.cs
- MenuAutomationPeer.cs
- DataGridViewComboBoxColumn.cs
- Pen.cs
- ToolStripSettings.cs
- Convert.cs
- WebPartHeaderCloseVerb.cs
- MemoryStream.cs
- XmlDictionaryString.cs
- RadioButtonStandardAdapter.cs
- HostVisual.cs
- PostBackOptions.cs
- MethodRental.cs
- CmsUtils.cs
- BrowserInteropHelper.cs
- SafeFileHandle.cs
- SrgsNameValueTag.cs
- BaseDataListPage.cs
- GlyphElement.cs
- EntityDataSourceState.cs
- RegexMatch.cs
- TreeViewHitTestInfo.cs
- PolyLineSegmentFigureLogic.cs
- FormsIdentity.cs
- OleDbPropertySetGuid.cs
- nulltextcontainer.cs
- Visual.cs
- DBConnection.cs