Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- AddInContractAttribute.cs
- CurrentChangedEventManager.cs
- WebColorConverter.cs
- WindowsRegion.cs
- SafeSerializationManager.cs
- TypeUtil.cs
- Normalization.cs
- EntityDataSourceContainerNameConverter.cs
- StorageMappingItemLoader.cs
- FunctionDescription.cs
- QuaternionRotation3D.cs
- CodeAccessSecurityEngine.cs
- SR.cs
- HttpFileCollection.cs
- TextBoxBase.cs
- DataGridViewDataErrorEventArgs.cs
- SafeProcessHandle.cs
- VectorCollectionValueSerializer.cs
- XmlSchemaImport.cs
- MetaModel.cs
- WebPartVerbsEventArgs.cs
- QilBinary.cs
- WriterOutput.cs
- PropertySourceInfo.cs
- PathFigureCollection.cs
- ResXResourceSet.cs
- EventLogInformation.cs
- LineProperties.cs
- MobileErrorInfo.cs
- ConfigurationFileMap.cs
- GraphicsPathIterator.cs
- DbProviderFactoriesConfigurationHandler.cs
- ConnectionDemuxer.cs
- CharacterBufferReference.cs
- NullableDecimalAverageAggregationOperator.cs
- UndoManager.cs
- Transform3DCollection.cs
- dbenumerator.cs
- ButtonField.cs
- ScrollItemProviderWrapper.cs
- ThemeDictionaryExtension.cs
- ValidationRuleCollection.cs
- SqlDataSourceConfigureSelectPanel.cs
- DataServiceEntityAttribute.cs
- SendOperation.cs
- ObjectListDataBindEventArgs.cs
- EventBuilder.cs
- DataError.cs
- SqlDataSource.cs
- SqlErrorCollection.cs
- DockingAttribute.cs
- Base64Encoding.cs
- DynamicUpdateCommand.cs
- EncryptedXml.cs
- AsymmetricKeyExchangeDeformatter.cs
- WindowsSpinner.cs
- XPathParser.cs
- UpdateRecord.cs
- XmlSchemaCompilationSettings.cs
- RuntimeConfig.cs
- DEREncoding.cs
- DocumentPaginator.cs
- PersonalizableTypeEntry.cs
- TemplatePartAttribute.cs
- ContentPresenter.cs
- Item.cs
- ValidationError.cs
- Menu.cs
- AxisAngleRotation3D.cs
- FontFamily.cs
- __Filters.cs
- XmlSiteMapProvider.cs
- RayHitTestParameters.cs
- Label.cs
- LocalBuilder.cs
- ToolStripLocationCancelEventArgs.cs
- brushes.cs
- RelationshipWrapper.cs
- CustomErrorsSection.cs
- HttpSocketManager.cs
- DragStartedEventArgs.cs
- MultiSelector.cs
- ClrPerspective.cs
- ContainerUtilities.cs
- XPathParser.cs
- BinaryReader.cs
- TraceListener.cs
- AdjustableArrowCap.cs
- AncillaryOps.cs
- BufferedWebEventProvider.cs
- Graph.cs
- Context.cs
- RawStylusInput.cs
- Rect3D.cs
- _BufferOffsetSize.cs
- GridSplitterAutomationPeer.cs
- FlowDocumentPage.cs
- AttributeQuery.cs
- Visual3D.cs
- DescendantOverDescendantQuery.cs