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
- PointAnimationClockResource.cs
- GPStream.cs
- OleDbCommandBuilder.cs
- NativeMethods.cs
- DesignerHelpers.cs
- DataFormat.cs
- LeaseManager.cs
- RestClientProxyHandler.cs
- DispatcherEventArgs.cs
- EncoderParameters.cs
- List.cs
- HtmlInputSubmit.cs
- GraphicsContainer.cs
- LayoutEditorPart.cs
- ResourceDescriptionAttribute.cs
- WebPartTransformerAttribute.cs
- ScrollPatternIdentifiers.cs
- Attachment.cs
- securitycriticaldataformultiplegetandset.cs
- BitmapDecoder.cs
- EventBuilder.cs
- VisualBrush.cs
- StateMachineWorkflowInstance.cs
- BamlTreeNode.cs
- ChangeTracker.cs
- ActivityInfo.cs
- XPathDocumentIterator.cs
- SqlTriggerContext.cs
- Vector3DKeyFrameCollection.cs
- XmlSerializerSection.cs
- ReflectionPermission.cs
- ChannelCredentials.cs
- SafeCertificateContext.cs
- Base64Stream.cs
- TableItemPatternIdentifiers.cs
- BitFlagsGenerator.cs
- WhileDesigner.cs
- remotingproxy.cs
- WinFormsComponentEditor.cs
- SchemaSetCompiler.cs
- TextMetrics.cs
- Quaternion.cs
- ReferencedType.cs
- Native.cs
- XmlCollation.cs
- ObjectToIdCache.cs
- XmlSchemaExporter.cs
- ReadWriteObjectLock.cs
- Regex.cs
- FamilyTypeface.cs
- EntityProviderServices.cs
- OutputCacheSettings.cs
- webeventbuffer.cs
- DbMetaDataCollectionNames.cs
- DataAccessor.cs
- GregorianCalendarHelper.cs
- WS2007FederationHttpBindingCollectionElement.cs
- LogLogRecord.cs
- DataRecordInternal.cs
- WebPartDisplayModeCollection.cs
- ProfileSettingsCollection.cs
- BindingOperations.cs
- _NetworkingPerfCounters.cs
- Annotation.cs
- IItemContainerGenerator.cs
- BufferedOutputStream.cs
- ImageAttributes.cs
- ValidationSummaryDesigner.cs
- SplitterPanel.cs
- DynamicDataResources.Designer.cs
- SeverityFilter.cs
- RoleGroupCollection.cs
- DecoderNLS.cs
- TCEAdapterGenerator.cs
- ScriptHandlerFactory.cs
- ActivityStateRecord.cs
- CssClassPropertyAttribute.cs
- InvalidDataException.cs
- HtmlWindowCollection.cs
- BinaryFormatterWriter.cs
- CodeDefaultValueExpression.cs
- XmlNodeList.cs
- SubMenuStyle.cs
- Control.cs
- SqlExpander.cs
- dsa.cs
- BasicCellRelation.cs
- SqlTransaction.cs
- BitmapSizeOptions.cs
- DocumentStatusResources.cs
- XmlTypeMapping.cs
- Asn1Utilities.cs
- Light.cs
- Empty.cs
- SystemBrushes.cs
- _AutoWebProxyScriptEngine.cs
- RIPEMD160Managed.cs
- BehaviorEditorPart.cs
- ReferenceConverter.cs
- Type.cs