Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / Security / RoleManagerEventArgs.cs / 1 / RoleManagerEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * RoleManagerEventArgs class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Security { using System.Security.Principal; using System.Security.Permissions; ////// The event argument passed to the RoleManager_GetRoles event. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class RoleManagerEventArgs : EventArgs { private HttpContext _Context; public bool RolesPopulated { get { return _RolesPopulated;} set { _RolesPopulated = value; } } private bool _RolesPopulated; ////// This is the HttpContext intrinsic - most /// notably provides access to Request, Response, and User objects. /// public HttpContext Context { get { return _Context;}} ////// Constructor /// public RoleManagerEventArgs(HttpContext context) { _Context = context; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * RoleManagerEventArgs class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Security { using System.Security.Principal; using System.Security.Permissions; ////// The event argument passed to the RoleManager_GetRoles event. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class RoleManagerEventArgs : EventArgs { private HttpContext _Context; public bool RolesPopulated { get { return _RolesPopulated;} set { _RolesPopulated = value; } } private bool _RolesPopulated; ////// This is the HttpContext intrinsic - most /// notably provides access to Request, Response, and User objects. /// public HttpContext Context { get { return _Context;}} ////// Constructor /// public RoleManagerEventArgs(HttpContext context) { _Context = context; } } } // 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
- DataControlLinkButton.cs
- PropertyKey.cs
- SerializationInfoEnumerator.cs
- InstanceDataCollection.cs
- MemoryMappedViewAccessor.cs
- PartialArray.cs
- Label.cs
- BadImageFormatException.cs
- XNameConverter.cs
- PatternMatcher.cs
- ExpressionBuilderContext.cs
- UnmanagedHandle.cs
- DesignerValidatorAdapter.cs
- Interlocked.cs
- webclient.cs
- ClientRuntimeConfig.cs
- HttpBindingExtension.cs
- HostSecurityManager.cs
- XmlFormatReaderGenerator.cs
- MatrixTransform.cs
- TextEffect.cs
- PageRanges.cs
- EmptyEnumerator.cs
- System.Data.OracleClient_BID.cs
- OleDbInfoMessageEvent.cs
- CorrelationRequestContext.cs
- EventMappingSettings.cs
- XMLUtil.cs
- XmlAttributeProperties.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- RowSpanVector.cs
- DataServiceEntityAttribute.cs
- XmlnsCache.cs
- FormatVersion.cs
- GenerateScriptTypeAttribute.cs
- PrintSystemException.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- WebServiceErrorEvent.cs
- ArcSegment.cs
- LinkButton.cs
- CryptographicAttribute.cs
- WebPartZoneDesigner.cs
- _BasicClient.cs
- EditorAttributeInfo.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- DispatcherProcessingDisabled.cs
- JpegBitmapEncoder.cs
- SetIterators.cs
- CategoryEditor.cs
- PopOutPanel.cs
- QueryResponse.cs
- UnicodeEncoding.cs
- ConstructorNeedsTagAttribute.cs
- QilReference.cs
- AssemblyUtil.cs
- ZipIOCentralDirectoryBlock.cs
- NativeActivityFaultContext.cs
- CompositeActivityValidator.cs
- ExceptionUtil.cs
- TypeConverters.cs
- Point3DCollection.cs
- TableAutomationPeer.cs
- CommandDesigner.cs
- EmptyQuery.cs
- WindowsEditBox.cs
- TrackingMemoryStream.cs
- XmlAttributeOverrides.cs
- LinqDataSourceStatusEventArgs.cs
- PrintControllerWithStatusDialog.cs
- CompositeTypefaceMetrics.cs
- SchemaImporterExtension.cs
- AccessedThroughPropertyAttribute.cs
- NativeMethods.cs
- InvalidPrinterException.cs
- DeviceSpecificChoice.cs
- IApplicationTrustManager.cs
- ListViewGroupItemCollection.cs
- CodePrimitiveExpression.cs
- EditingCommands.cs
- IsolatedStorageFile.cs
- EditingCommands.cs
- CodeArgumentReferenceExpression.cs
- TranslateTransform.cs
- WindowsListViewItemCheckBox.cs
- SeparatorAutomationPeer.cs
- MatchingStyle.cs
- ExpandedWrapper.cs
- XmlQueryCardinality.cs
- ButtonBaseAdapter.cs
- ResumeStoryboard.cs
- TemplatingOptionsDialog.cs
- BaseTemplateParser.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- QilChoice.cs
- _SSPIWrapper.cs
- MapPathBasedVirtualPathProvider.cs
- ToolStripSystemRenderer.cs
- BaseResourcesBuildProvider.cs
- DataGridItemCollection.cs
- EntitySetBase.cs