Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- Math.cs
- IIS7WorkerRequest.cs
- Visitors.cs
- HtmlFormWrapper.cs
- SqlDataSource.cs
- Condition.cs
- StreamUpdate.cs
- InputBuffer.cs
- SelectionWordBreaker.cs
- SqlRetyper.cs
- _CacheStreams.cs
- ComponentEditorPage.cs
- TextTreePropertyUndoUnit.cs
- WorkflowServiceHost.cs
- XamlReaderHelper.cs
- HtmlTableCellCollection.cs
- TreeView.cs
- InheritanceAttribute.cs
- TextTreeRootNode.cs
- PowerStatus.cs
- ApplicationHost.cs
- DataBinding.cs
- RetrieveVirtualItemEventArgs.cs
- _SafeNetHandles.cs
- TagMapCollection.cs
- Margins.cs
- ZoneMembershipCondition.cs
- VirtualStackFrame.cs
- DrawItemEvent.cs
- SqlExpressionNullability.cs
- NetDataContractSerializer.cs
- DataSetSchema.cs
- ControlSerializer.cs
- ClientSideQueueItem.cs
- Rect3DConverter.cs
- SessionEndedEventArgs.cs
- Not.cs
- Codec.cs
- Substitution.cs
- CssTextWriter.cs
- AuthorizationSection.cs
- DataServiceExpressionVisitor.cs
- TextCollapsingProperties.cs
- GlobalizationSection.cs
- XslTransform.cs
- CryptoKeySecurity.cs
- ConnectionPoolManager.cs
- Hash.cs
- SymmetricKeyWrap.cs
- FrameworkElement.cs
- MethodImplAttribute.cs
- DataConnectionHelper.cs
- CacheHelper.cs
- X509IssuerSerialKeyIdentifierClause.cs
- _SpnDictionary.cs
- _OSSOCK.cs
- BitStream.cs
- WebPartUserCapability.cs
- ReaderWriterLock.cs
- ReadOnlyMetadataCollection.cs
- DelegatedStream.cs
- Substitution.cs
- Win32Exception.cs
- RadialGradientBrush.cs
- SqlDataSourceCustomCommandEditor.cs
- DrawingGroupDrawingContext.cs
- FileDialogPermission.cs
- AsymmetricKeyExchangeFormatter.cs
- SettingsProperty.cs
- RTLAwareMessageBox.cs
- LinearGradientBrush.cs
- ParseHttpDate.cs
- PropertyTab.cs
- TableRowCollection.cs
- MachineKeyConverter.cs
- Compensation.cs
- WebRequestModuleElement.cs
- WindowsTokenRoleProvider.cs
- GlobalizationSection.cs
- BasicKeyConstraint.cs
- FormView.cs
- SqlDataSource.cs
- EdmComplexPropertyAttribute.cs
- Animatable.cs
- DigitShape.cs
- FloaterParagraph.cs
- DiscoveryMessageSequence11.cs
- HttpWriter.cs
- NetCodeGroup.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- SymDocumentType.cs
- PersonalizationProviderHelper.cs
- CustomAttributeSerializer.cs
- XmlSchemaSimpleType.cs
- ClientConfigPaths.cs
- HttpRuntime.cs
- InvalidEnumArgumentException.cs
- Pool.cs
- SctClaimDictionary.cs
- XmlSchemaGroupRef.cs