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
- WindowCollection.cs
- AppDomain.cs
- BmpBitmapDecoder.cs
- OleDbRowUpdatedEvent.cs
- Operand.cs
- Panel.cs
- FrameworkPropertyMetadata.cs
- DefaultSection.cs
- Exceptions.cs
- UpdatePanelControlTrigger.cs
- EventOpcode.cs
- Style.cs
- UnsafeNativeMethods.cs
- SchemaImporterExtensionsSection.cs
- RevocationPoint.cs
- HwndTarget.cs
- SessionStateContainer.cs
- Configuration.cs
- DelimitedListTraceListener.cs
- TransactionFormatter.cs
- Clause.cs
- ViewStateModeByIdAttribute.cs
- CompilerWrapper.cs
- WindowsFormsSectionHandler.cs
- EmptyEnumerator.cs
- XmlAttributeHolder.cs
- UICuesEvent.cs
- lengthconverter.cs
- _SslStream.cs
- UseAttributeSetsAction.cs
- CryptoProvider.cs
- MatrixAnimationUsingKeyFrames.cs
- DurableDispatcherAddressingFault.cs
- WebPartCancelEventArgs.cs
- DataGridRow.cs
- _UriSyntax.cs
- CodeDelegateInvokeExpression.cs
- CompoundFileReference.cs
- SingleSelectRootGridEntry.cs
- MDIClient.cs
- HideDisabledControlAdapter.cs
- GetResponse.cs
- VirtualizingStackPanel.cs
- BaseParagraph.cs
- ContextBase.cs
- Version.cs
- FormatConvertedBitmap.cs
- DateTimeParse.cs
- ParamArrayAttribute.cs
- PassportAuthenticationEventArgs.cs
- CodeSubDirectory.cs
- GAC.cs
- Monitor.cs
- ObjectReferenceStack.cs
- Bitmap.cs
- RuleSettings.cs
- DataFormat.cs
- TableDetailsRow.cs
- SplineKeyFrames.cs
- XmlWriter.cs
- ToolboxComponentsCreatingEventArgs.cs
- Peer.cs
- SystemIPInterfaceStatistics.cs
- CompiledQuery.cs
- SoapSchemaImporter.cs
- ToolBarDesigner.cs
- DataBoundControlAdapter.cs
- OleDbRowUpdatingEvent.cs
- XPathChildIterator.cs
- DateTimeEditor.cs
- WinFormsSecurity.cs
- HtmlCalendarAdapter.cs
- OperationAbortedException.cs
- ScriptHandlerFactory.cs
- ContextCorrelationInitializer.cs
- PrinterSettings.cs
- TextContainer.cs
- Operand.cs
- EventWaitHandle.cs
- ResourcePart.cs
- EventRoute.cs
- TextOptionsInternal.cs
- AvtEvent.cs
- RichTextBoxConstants.cs
- ObjectStateEntry.cs
- ReflectionUtil.cs
- XmlSigningNodeWriter.cs
- XmlSiteMapProvider.cs
- PlatformCulture.cs
- FrameworkRichTextComposition.cs
- ZipArchive.cs
- CollaborationHelperFunctions.cs
- QueryCursorEventArgs.cs
- DocumentPage.cs
- WriteableBitmap.cs
- JavaScriptObjectDeserializer.cs
- PngBitmapDecoder.cs
- SecurityCriticalDataForSet.cs
- EntityProviderServices.cs
- TraceSection.cs