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
- Missing.cs
- COM2ExtendedBrowsingHandler.cs
- RowToParametersTransformer.cs
- ElementHostPropertyMap.cs
- OrderedDictionary.cs
- FormsAuthenticationEventArgs.cs
- PropertyInformation.cs
- RecordsAffectedEventArgs.cs
- PrePrepareMethodAttribute.cs
- ToolStripSystemRenderer.cs
- ExtensibleSyndicationObject.cs
- AccessViolationException.cs
- SQLByteStorage.cs
- ConfigurationPermission.cs
- ConnectionPoint.cs
- ProtocolImporter.cs
- PeerNearMe.cs
- AnimatedTypeHelpers.cs
- Win32MouseDevice.cs
- Point3DValueSerializer.cs
- WebPartConnectionsDisconnectVerb.cs
- WindowsPrincipal.cs
- Message.cs
- EntityDesignPluralizationHandler.cs
- EventlogProvider.cs
- EventLogEntryCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- RSAPKCS1KeyExchangeFormatter.cs
- StylusDevice.cs
- NameValuePermission.cs
- PreviousTrackingServiceAttribute.cs
- ContentType.cs
- BaseDataListComponentEditor.cs
- Journaling.cs
- ArrangedElementCollection.cs
- HttpWebResponse.cs
- EventToken.cs
- ExclusiveCanonicalizationTransform.cs
- ToolStripSplitButton.cs
- StylusEditingBehavior.cs
- _UncName.cs
- SqlEnums.cs
- ChildTable.cs
- PrePostDescendentsWalker.cs
- ExpressionBindingCollection.cs
- DescendantOverDescendantQuery.cs
- MaterialCollection.cs
- CapabilitiesSection.cs
- DLinqAssociationProvider.cs
- CFStream.cs
- DtdParser.cs
- ErrorFormatterPage.cs
- DataGridViewDataConnection.cs
- XmlSchemaSimpleTypeList.cs
- isolationinterop.cs
- log.cs
- SafeCryptContextHandle.cs
- EventProviderWriter.cs
- SqlCharStream.cs
- _NegotiateClient.cs
- SkewTransform.cs
- CreateSequenceResponse.cs
- FileDialogCustomPlaces.cs
- SqlLiftIndependentRowExpressions.cs
- HttpStreamXmlDictionaryWriter.cs
- TextAnchor.cs
- WsdlInspector.cs
- Imaging.cs
- Group.cs
- Helpers.cs
- BitmapEncoder.cs
- ResponseBodyWriter.cs
- RegexWorker.cs
- OutputCacheSettingsSection.cs
- OracleRowUpdatedEventArgs.cs
- SafeSystemMetrics.cs
- CodeAssignStatement.cs
- OleCmdHelper.cs
- UInt32Storage.cs
- MailDefinitionBodyFileNameEditor.cs
- _HTTPDateParse.cs
- UInt64Converter.cs
- InternalResources.cs
- TreeViewItemAutomationPeer.cs
- AstTree.cs
- FixedFlowMap.cs
- MailMessageEventArgs.cs
- UniqueIdentifierService.cs
- GridErrorDlg.cs
- OleDbDataReader.cs
- UnsafeNativeMethods.cs
- RequestTimeoutManager.cs
- Oid.cs
- HostedTcpTransportManager.cs
- IgnoreFileBuildProvider.cs
- FileUtil.cs
- DateBoldEvent.cs
- CachedTypeface.cs
- QilUnary.cs
- DomainLiteralReader.cs