Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / ApplicationServices / CreatingCookieEventArgs.cs / 1 / CreatingCookieEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] 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. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] 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
- EntityProviderFactory.cs
- PointLightBase.cs
- TypedElement.cs
- TargetConverter.cs
- PathGradientBrush.cs
- SByte.cs
- CacheEntry.cs
- InfoCardClaim.cs
- Roles.cs
- TypeUtil.cs
- DtdParser.cs
- DynamicQueryStringParameter.cs
- SimplePropertyEntry.cs
- PrtTicket_Base.cs
- SectionInput.cs
- DataServiceQuery.cs
- TerminateDesigner.cs
- RegexRunner.cs
- TemplatePropertyEntry.cs
- TextEditorTyping.cs
- HashCoreRequest.cs
- serverconfig.cs
- AssemblyCache.cs
- Dump.cs
- ImplicitInputBrush.cs
- RoleGroupCollection.cs
- SafeUserTokenHandle.cs
- ServiceDocument.cs
- SecurityElement.cs
- WebUtil.cs
- Operator.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- WindowShowOrOpenTracker.cs
- SmiEventSink.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ModuleBuilder.cs
- DeclarationUpdate.cs
- MouseWheelEventArgs.cs
- FormsAuthenticationEventArgs.cs
- DataViewManager.cs
- JobPageOrder.cs
- HtmlTableRow.cs
- TraceSection.cs
- VisualProxy.cs
- HttpWriter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- CfgSemanticTag.cs
- DataGridViewEditingControlShowingEventArgs.cs
- DataGridViewButtonCell.cs
- TogglePatternIdentifiers.cs
- TreeView.cs
- RepeaterItem.cs
- XmlDataSourceNodeDescriptor.cs
- XmlChoiceIdentifierAttribute.cs
- ConnectionStringSettings.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- PreservationFileWriter.cs
- XamlTemplateSerializer.cs
- XamlSerializer.cs
- SignedInfo.cs
- IntAverageAggregationOperator.cs
- WebPartExportVerb.cs
- XPathDocumentBuilder.cs
- SortableBindingList.cs
- WindowsPrincipal.cs
- SafeLibraryHandle.cs
- FileIOPermission.cs
- HashHelper.cs
- TextShapeableCharacters.cs
- Hashtable.cs
- DataGridViewMethods.cs
- DBSchemaRow.cs
- PhysicalFontFamily.cs
- WebResourceAttribute.cs
- BoolExpressionVisitors.cs
- PeerConnector.cs
- StringPropertyBuilder.cs
- DesignTimeTemplateParser.cs
- AffineTransform3D.cs
- CompilerLocalReference.cs
- Margins.cs
- RectValueSerializer.cs
- TransformationRules.cs
- DataServiceQuery.cs
- DoubleSumAggregationOperator.cs
- KeyConverter.cs
- SqlMethodCallConverter.cs
- Logging.cs
- TextSyndicationContent.cs
- Model3DGroup.cs
- TaskFactory.cs
- DataTableTypeConverter.cs
- FtpCachePolicyElement.cs
- CqlErrorHelper.cs
- NavigationHelper.cs
- CleanUpVirtualizedItemEventArgs.cs
- Thickness.cs
- HashMembershipCondition.cs
- BaseDataListDesigner.cs
- TimeEnumHelper.cs