Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / ApplicationServices / CreatingCookieEventArgs.cs / 1305376 / CreatingCookieEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; public class CreatingCookieEventArgs : EventArgs { private string _userName; public string UserName { get { return _userName; } } private string _password; public string Password { get { return _password; } } private string _customCredential ; public string CustomCredential { get { return _customCredential;} } private bool _isPersistent ; public bool IsPersistent { get { return _isPersistent;} } private bool _cookieIsSet; public bool CookieIsSet { set { _cookieIsSet = value; } get { return _cookieIsSet; } } internal CreatingCookieEventArgs(string username, string password, bool isPersistent, string customCredential ) { _cookieIsSet = false; _userName = username; _password = password; _password = password; _isPersistent = isPersistent; _customCredential = customCredential; } //hiding default constructor private CreatingCookieEventArgs() { } } } // 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
- IChannel.cs
- ObjectDisposedException.cs
- SqlClientWrapperSmiStreamChars.cs
- clipboard.cs
- TabControlEvent.cs
- FilterException.cs
- ButtonField.cs
- Parallel.cs
- cookiecollection.cs
- SatelliteContractVersionAttribute.cs
- KeyedHashAlgorithm.cs
- DataBoundControl.cs
- CustomErrorCollection.cs
- RNGCryptoServiceProvider.cs
- SinglePhaseEnlistment.cs
- CommandField.cs
- shaper.cs
- WindowsToolbarItemAsMenuItem.cs
- PageThemeBuildProvider.cs
- ChangeNode.cs
- Atom10FeedFormatter.cs
- PackUriHelper.cs
- CommonObjectSecurity.cs
- CaseStatement.cs
- SqlSelectStatement.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- TypeSource.cs
- CounterCreationDataCollection.cs
- ToolStripProgressBar.cs
- FormatException.cs
- SplineQuaternionKeyFrame.cs
- ObjectDisposedException.cs
- WindowsScroll.cs
- LicFileLicenseProvider.cs
- ItemPager.cs
- HttpHandlerAction.cs
- AttributeConverter.cs
- ParamArrayAttribute.cs
- ParseNumbers.cs
- MenuEventArgs.cs
- BlurBitmapEffect.cs
- ITreeGenerator.cs
- GridSplitter.cs
- LowerCaseStringConverter.cs
- ActiveXHelper.cs
- TableLayoutColumnStyleCollection.cs
- PersonalizationEntry.cs
- VisualTreeHelper.cs
- StrokeCollectionDefaultValueFactory.cs
- ApplicationContext.cs
- CacheRequest.cs
- StopStoryboard.cs
- XmlNodeReader.cs
- SpeechUI.cs
- FormViewUpdateEventArgs.cs
- CancellationHandler.cs
- Command.cs
- WindowsRichEdit.cs
- DPTypeDescriptorContext.cs
- SkewTransform.cs
- UpdatePanelTriggerCollection.cs
- TypeInitializationException.cs
- BuildProvider.cs
- PreProcessInputEventArgs.cs
- SinglePageViewer.cs
- MenuItemCollection.cs
- AssemblyFilter.cs
- LockedBorderGlyph.cs
- ProviderBase.cs
- LabelInfo.cs
- DesignerRegionCollection.cs
- CombinedTcpChannel.cs
- SrgsNameValueTag.cs
- ProfileManager.cs
- StorageTypeMapping.cs
- FixedTextContainer.cs
- TabControl.cs
- IgnoreSection.cs
- XmlText.cs
- TreeBuilder.cs
- EndpointFilterProvider.cs
- Monitor.cs
- WindowsTreeView.cs
- StoreConnection.cs
- TextAutomationPeer.cs
- CounterNameConverter.cs
- LinqTreeNodeEvaluator.cs
- Expr.cs
- PageThemeBuildProvider.cs
- TrackingServices.cs
- System.Data_BID.cs
- BooleanAnimationBase.cs
- SelectiveScrollingGrid.cs
- RIPEMD160.cs
- Error.cs
- SiteMapPathDesigner.cs
- BooleanStorage.cs
- HtmlListAdapter.cs
- CalendarDateChangedEventArgs.cs
- LocationReference.cs