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
- DefaultDiscoveryService.cs
- TypeUnloadedException.cs
- GeneralTransform2DTo3DTo2D.cs
- BindingSource.cs
- DocumentsTrace.cs
- AttributeParameterInfo.cs
- PersonalizationStateInfoCollection.cs
- KerberosReceiverSecurityToken.cs
- DelegatingConfigHost.cs
- DirectoryInfo.cs
- SymbolMethod.cs
- SqlHelper.cs
- LocationUpdates.cs
- X509CertificateEndpointIdentity.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- PriorityBinding.cs
- NullableDoubleAverageAggregationOperator.cs
- DataServiceHostWrapper.cs
- ExtendedProperty.cs
- RuntimeConfig.cs
- LinqDataView.cs
- ToolStripDropDownItem.cs
- MonitorWrapper.cs
- NameValuePermission.cs
- PerfCounters.cs
- ContextMarshalException.cs
- ExpandoObject.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- AxWrapperGen.cs
- SqlError.cs
- Merger.cs
- PowerEase.cs
- CodePageUtils.cs
- Gdiplus.cs
- RequestCachePolicyConverter.cs
- SqlConnectionHelper.cs
- HelpFileFileNameEditor.cs
- CodeObject.cs
- ColumnResult.cs
- HorizontalAlignConverter.cs
- ErrorRuntimeConfig.cs
- NamespaceDecl.cs
- InnerItemCollectionView.cs
- TemplateKeyConverter.cs
- ChangesetResponse.cs
- FigureHelper.cs
- DataObjectFieldAttribute.cs
- XPathQilFactory.cs
- XmlSchemaProviderAttribute.cs
- CompensatableSequenceActivity.cs
- WindowsListBox.cs
- PtsHost.cs
- Win32.cs
- HwndAppCommandInputProvider.cs
- ColumnHeaderConverter.cs
- SqlUserDefinedTypeAttribute.cs
- PaperSize.cs
- SpellCheck.cs
- Double.cs
- ToolStripItemEventArgs.cs
- System.Data.OracleClient_BID.cs
- glyphs.cs
- TableLayoutStyleCollection.cs
- Vector3D.cs
- CustomAttributeSerializer.cs
- CommentEmitter.cs
- StateMachineWorkflow.cs
- CompiledELinqQueryState.cs
- ImageAutomationPeer.cs
- HttpServerVarsCollection.cs
- ToolStripPanelCell.cs
- XmlDictionaryReaderQuotas.cs
- GridEntryCollection.cs
- DesignerActionGlyph.cs
- AuthorizationSection.cs
- RawKeyboardInputReport.cs
- AnyAllSearchOperator.cs
- HtmlButton.cs
- CatalogPart.cs
- FrameworkContextData.cs
- ByteAnimationUsingKeyFrames.cs
- CommandBindingCollection.cs
- ConstructorNeedsTagAttribute.cs
- ValidationResult.cs
- IsolatedStorageFilePermission.cs
- FamilyCollection.cs
- PhoneCall.cs
- Instrumentation.cs
- CodeGenerator.cs
- AsyncOperation.cs
- WizardForm.cs
- StateMachineHelpers.cs
- ExtensionFile.cs
- ImageSourceConverter.cs
- DataSourceListEditor.cs
- _LazyAsyncResult.cs
- ArgIterator.cs
- AsymmetricAlgorithm.cs
- SourceLocationProvider.cs
- Msec.cs