Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- TaskFormBase.cs
- RequiredAttributeAttribute.cs
- MSAAWinEventWrap.cs
- ButtonAutomationPeer.cs
- SamlAuthorityBinding.cs
- PixelShader.cs
- ContainerActivationHelper.cs
- DateTimeFormatInfo.cs
- AnimationLayer.cs
- CharUnicodeInfo.cs
- WorkflowInstanceProvider.cs
- CrossContextChannel.cs
- SecureConversationVersion.cs
- RawStylusActions.cs
- WebEvents.cs
- BitmapEffectInputConnector.cs
- KnownBoxes.cs
- _ProxyChain.cs
- PackageRelationshipSelector.cs
- LabelLiteral.cs
- WebPartConnectionsCloseVerb.cs
- XmlBuffer.cs
- DesignerContextDescriptor.cs
- PreProcessInputEventArgs.cs
- OleDbConnection.cs
- HttpFormatExtensions.cs
- MappingItemCollection.cs
- TdsParserHelperClasses.cs
- ExecutionContext.cs
- UIElement.cs
- oledbmetadatacolumnnames.cs
- AgileSafeNativeMemoryHandle.cs
- BlobPersonalizationState.cs
- HashJoinQueryOperatorEnumerator.cs
- WebPartCatalogAddVerb.cs
- XmlSchemaAll.cs
- ExtensionDataObject.cs
- FontCollection.cs
- ObjectPersistData.cs
- PropertyManager.cs
- PropertyGeneratedEventArgs.cs
- SafeMILHandle.cs
- UriSection.cs
- ClientTarget.cs
- ClientUIRequest.cs
- BoundingRectTracker.cs
- ExtensionFile.cs
- SystemEvents.cs
- EncoderFallback.cs
- HttpChannelListener.cs
- RsaSecurityToken.cs
- RegexTree.cs
- activationcontext.cs
- UIElementParagraph.cs
- OverflowException.cs
- PhonemeConverter.cs
- AuthorizationRuleCollection.cs
- AnnotationResourceCollection.cs
- TextPattern.cs
- WebControlParameterProxy.cs
- DisplayMemberTemplateSelector.cs
- IApplicationTrustManager.cs
- Stream.cs
- CompositeActivityDesigner.cs
- XmlSignificantWhitespace.cs
- ProfileInfo.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- Thread.cs
- DataSourceDesigner.cs
- BitmapCodecInfoInternal.cs
- TaskFileService.cs
- ClientUrlResolverWrapper.cs
- LongValidator.cs
- FakeModelItemImpl.cs
- SafeBitVector32.cs
- HttpContextServiceHost.cs
- ResizeGrip.cs
- RenderingBiasValidation.cs
- TaskFileService.cs
- BookmarkEventArgs.cs
- XmlTextReader.cs
- DesignerTextViewAdapter.cs
- DBNull.cs
- WorkflowWebHostingModule.cs
- Expression.DebuggerProxy.cs
- DataSpaceManager.cs
- PersonalizationProviderCollection.cs
- HttpModuleActionCollection.cs
- MarginsConverter.cs
- SerialPort.cs
- SystemIcmpV4Statistics.cs
- StrokeCollection.cs
- ServicePointManagerElement.cs
- IisTraceListener.cs
- SqlDuplicator.cs
- RangeBase.cs
- GroupBoxAutomationPeer.cs
- TargetFrameworkAttribute.cs
- Message.cs
- TogglePattern.cs