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
- Package.cs
- GenericsInstances.cs
- Model3DCollection.cs
- InternalSafeNativeMethods.cs
- COM2ExtendedTypeConverter.cs
- initElementDictionary.cs
- FilterInvalidBodyAccessException.cs
- ExpandableObjectConverter.cs
- BindingWorker.cs
- IPEndPoint.cs
- NetCodeGroup.cs
- RotateTransform.cs
- DiscoveryViaBehavior.cs
- Condition.cs
- X509SecurityTokenProvider.cs
- TypeReference.cs
- MonthChangedEventArgs.cs
- BindableTemplateBuilder.cs
- WebConvert.cs
- DocumentOrderQuery.cs
- TargetControlTypeCache.cs
- GridItem.cs
- TextEvent.cs
- ComponentChangingEvent.cs
- GridViewPageEventArgs.cs
- ThicknessAnimationBase.cs
- ConfigurationValidatorAttribute.cs
- PersonalizationStateInfo.cs
- UrlPath.cs
- _ListenerResponseStream.cs
- NativeMethods.cs
- Hex.cs
- OperatingSystem.cs
- _TimerThread.cs
- SimpleHandlerFactory.cs
- VoiceChangeEventArgs.cs
- ProxyWebPart.cs
- ActivationServices.cs
- ImageMapEventArgs.cs
- SelectionEditor.cs
- XmlDictionaryString.cs
- PlatformNotSupportedException.cs
- TabletDevice.cs
- RightNameExpirationInfoPair.cs
- TaskResultSetter.cs
- DropShadowEffect.cs
- AsymmetricKeyExchangeDeformatter.cs
- StrongNamePublicKeyBlob.cs
- DateTimeUtil.cs
- RC2.cs
- SortedSetDebugView.cs
- XmlSerializerAssemblyAttribute.cs
- Switch.cs
- SizeF.cs
- ExtensionWindowResizeGrip.cs
- TextParentUndoUnit.cs
- WaveHeader.cs
- ButtonFieldBase.cs
- DataGridViewElement.cs
- shaperfactoryquerycacheentry.cs
- MulticastOption.cs
- PreviewPrintController.cs
- XmlDataSourceView.cs
- WebPartZoneBase.cs
- SqlDelegatedTransaction.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SQLInt16.cs
- SignedXmlDebugLog.cs
- WebPartCatalogAddVerb.cs
- SrgsToken.cs
- SerializationEventsCache.cs
- Panel.cs
- DataGridColumnDropSeparator.cs
- Object.cs
- DataGridViewImageCell.cs
- ConstraintConverter.cs
- login.cs
- TableRow.cs
- ProcessProtocolHandler.cs
- ObjectStorage.cs
- ClosableStream.cs
- GenericsInstances.cs
- PersonalizationDictionary.cs
- ListViewUpdatedEventArgs.cs
- ContentFilePart.cs
- ImageIndexEditor.cs
- GZipDecoder.cs
- HtmlInputHidden.cs
- ErrorTableItemStyle.cs
- NetCodeGroup.cs
- MenuItemStyleCollection.cs
- HGlobalSafeHandle.cs
- InstanceCollisionException.cs
- HideDisabledControlAdapter.cs
- ConfigurationFileMap.cs
- ExpressionEditorAttribute.cs
- XmlUnspecifiedAttribute.cs
- ServiceModelSecurityTokenRequirement.cs
- WebPartConnectionsConfigureVerb.cs
- ListViewGroupCollectionEditor.cs