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 / COAUTHIDENTITY.cs / 1 / COAUTHIDENTITY.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 COAUTHIDENTITY { internal COAUTHIDENTITY(string usr, string dom, string pwd) { user = usr; userlen = (user==null) ? 0 : user.Length; domain = dom; domainlen = (domain==null) ? 0 : domain.Length; password = pwd; passwordlen = (password==null) ? 0 : password.Length; } [MarshalAs(UnmanagedType.LPWStr)] internal string user = null; internal int userlen = 0; [MarshalAs(UnmanagedType.LPWStr)] internal string domain = null; internal int domainlen = 0; [MarshalAs(UnmanagedType.LPWStr)] internal string password = null; internal int passwordlen = 0; internal int flags = 2; // SEC_WINNT_AUTH_IDENTITY_UNICODE } [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COAUTHIDENTITY_X64 { internal COAUTHIDENTITY_X64(string usr, string dom, string pwd) { user = usr; userlen = (user == null) ? 0 : user.Length; domain = dom; domainlen = (domain == null) ? 0 : domain.Length; password = pwd; passwordlen = (password == null) ? 0 : password.Length; } [MarshalAs(UnmanagedType.LPWStr)] internal string user = null; internal int userlen = 0; #pragma warning disable 0649 internal int padding1; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string domain = null; internal int domainlen = 0; #pragma warning disable 0649 internal int padding2; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string password = null; internal int passwordlen = 0; internal int flags = 2; // SEC_WINNT_AUTH_IDENTITY_UNICODE } } // 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 COAUTHIDENTITY { internal COAUTHIDENTITY(string usr, string dom, string pwd) { user = usr; userlen = (user==null) ? 0 : user.Length; domain = dom; domainlen = (domain==null) ? 0 : domain.Length; password = pwd; passwordlen = (password==null) ? 0 : password.Length; } [MarshalAs(UnmanagedType.LPWStr)] internal string user = null; internal int userlen = 0; [MarshalAs(UnmanagedType.LPWStr)] internal string domain = null; internal int domainlen = 0; [MarshalAs(UnmanagedType.LPWStr)] internal string password = null; internal int passwordlen = 0; internal int flags = 2; // SEC_WINNT_AUTH_IDENTITY_UNICODE } [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unicode)] internal class COAUTHIDENTITY_X64 { internal COAUTHIDENTITY_X64(string usr, string dom, string pwd) { user = usr; userlen = (user == null) ? 0 : user.Length; domain = dom; domainlen = (domain == null) ? 0 : domain.Length; password = pwd; passwordlen = (password == null) ? 0 : password.Length; } [MarshalAs(UnmanagedType.LPWStr)] internal string user = null; internal int userlen = 0; #pragma warning disable 0649 internal int padding1; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string domain = null; internal int domainlen = 0; #pragma warning disable 0649 internal int padding2; #pragma warning restore 0649 [MarshalAs(UnmanagedType.LPWStr)] internal string password = null; internal int passwordlen = 0; internal int flags = 2; // SEC_WINNT_AUTH_IDENTITY_UNICODE } } // 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
- ToolTip.cs
- XmlCharCheckingWriter.cs
- X509InitiatorCertificateClientElement.cs
- TableCellsCollectionEditor.cs
- QueryReaderSettings.cs
- CodeCompileUnit.cs
- ClickablePoint.cs
- Certificate.cs
- DataControlLinkButton.cs
- XmlJsonReader.cs
- ObjectDataSourceEventArgs.cs
- StrokeDescriptor.cs
- FontSource.cs
- DataKey.cs
- Misc.cs
- MarkupProperty.cs
- Transform.cs
- BooleanProjectedSlot.cs
- Geometry3D.cs
- SymbolTable.cs
- NavigationWindowAutomationPeer.cs
- HostedImpersonationContext.cs
- DiscoveryUtility.cs
- SmtpDigestAuthenticationModule.cs
- StoragePropertyMapping.cs
- ErrorRuntimeConfig.cs
- Rijndael.cs
- Message.cs
- HtmlContainerControl.cs
- ObjectStateFormatter.cs
- ColumnClickEvent.cs
- WebColorConverter.cs
- GeneralTransform.cs
- DbReferenceCollection.cs
- WhitespaceRuleLookup.cs
- Vector3DValueSerializer.cs
- IndentedTextWriter.cs
- CodeCastExpression.cs
- DragCompletedEventArgs.cs
- TextLineResult.cs
- JsonSerializer.cs
- AutomationTextAttribute.cs
- BuiltInExpr.cs
- ProtocolsSection.cs
- RepeaterItem.cs
- translator.cs
- JulianCalendar.cs
- SafeHandles.cs
- MultiDataTrigger.cs
- Rectangle.cs
- CodeTypeReference.cs
- Handle.cs
- XmlAttributes.cs
- DocobjHost.cs
- HttpCookieCollection.cs
- PromptStyle.cs
- Mapping.cs
- DataGridViewColumnHeaderCell.cs
- Effect.cs
- PathBox.cs
- PolicyUtility.cs
- DataSourceControlBuilder.cs
- SrgsNameValueTag.cs
- SqlDataAdapter.cs
- CellTreeNodeVisitors.cs
- WebPartEditorCancelVerb.cs
- ActivityCodeDomReferenceService.cs
- XmlUnspecifiedAttribute.cs
- VirtualDirectoryMappingCollection.cs
- TemplateNameScope.cs
- CryptoKeySecurity.cs
- CmsInterop.cs
- Attributes.cs
- EmptyStringExpandableObjectConverter.cs
- TreeView.cs
- Invariant.cs
- FileDialogCustomPlace.cs
- DrawingGroup.cs
- OrderedParallelQuery.cs
- TextTreeRootTextBlock.cs
- coordinator.cs
- HostedImpersonationContext.cs
- ChannelParameterCollection.cs
- NodeCounter.cs
- WebConfigurationHost.cs
- TextBoxLine.cs
- Int64Storage.cs
- SemaphoreFullException.cs
- Sentence.cs
- Translator.cs
- SettingsPropertyWrongTypeException.cs
- COM2PictureConverter.cs
- ResourcesGenerator.cs
- DataRowChangeEvent.cs
- VisualTarget.cs
- SizeConverter.cs
- CacheRequest.cs
- XmlFormatReaderGenerator.cs
- LowerCaseStringConverter.cs
- _NetRes.cs