Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OdbcConnectionPoolProviderInfo.cs
- ConfigurationSettings.cs
- Button.cs
- HttpRuntimeSection.cs
- SetStateEventArgs.cs
- RectAnimation.cs
- Variant.cs
- XmlMembersMapping.cs
- dataobject.cs
- CheckBox.cs
- OdbcPermission.cs
- CreateUserWizard.cs
- SettingsPropertyCollection.cs
- RegexParser.cs
- CompleteWizardStep.cs
- XPathNodePointer.cs
- XmlSchemaAnnotated.cs
- AbstractExpressions.cs
- MediaTimeline.cs
- PrintControllerWithStatusDialog.cs
- NewExpression.cs
- ExceptionHandlerDesigner.cs
- DataGridHeaderBorder.cs
- HandlerWithFactory.cs
- WorkflowMarkupElementEventArgs.cs
- TextPointer.cs
- RepeaterItemCollection.cs
- CompositeScriptReferenceEventArgs.cs
- RC2CryptoServiceProvider.cs
- DataGridCellClipboardEventArgs.cs
- SaveFileDialog.cs
- FunctionQuery.cs
- Matrix.cs
- HandlerBase.cs
- RenderCapability.cs
- TableColumn.cs
- UnmanagedBitmapWrapper.cs
- XamlGridLengthSerializer.cs
- DesignerPainter.cs
- XmlSchemaElement.cs
- WindowsAuthenticationEventArgs.cs
- Int32.cs
- GradientSpreadMethodValidation.cs
- WebRequestModuleElementCollection.cs
- DurableMessageDispatchInspector.cs
- RawKeyboardInputReport.cs
- XmlSchemaType.cs
- IndicFontClient.cs
- DurableInstanceProvider.cs
- DrawingVisual.cs
- BaseTemplateCodeDomTreeGenerator.cs
- CrossContextChannel.cs
- CatalogZoneBase.cs
- Brushes.cs
- FlowLayoutSettings.cs
- ImageSourceConverter.cs
- PrivateFontCollection.cs
- SerializationEventsCache.cs
- SqlFunctionAttribute.cs
- XmlComment.cs
- TextEditorDragDrop.cs
- TextFormatterContext.cs
- XmlDownloadManager.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DataBindingHandlerAttribute.cs
- WizardPanel.cs
- PassportAuthenticationModule.cs
- CommandDesigner.cs
- XPathItem.cs
- LiteralDesigner.cs
- StyleCollection.cs
- Attributes.cs
- SemaphoreFullException.cs
- Content.cs
- ObjectSecurity.cs
- PerformanceCounters.cs
- PeerName.cs
- MarshalByRefObject.cs
- EditableRegion.cs
- WebBrowserPermission.cs
- RoleGroup.cs
- SqlDataSourceSelectingEventArgs.cs
- XmlSchemaSubstitutionGroup.cs
- LinqToSqlWrapper.cs
- Label.cs
- LogManagementAsyncResult.cs
- MediaPlayer.cs
- uribuilder.cs
- COAUTHINFO.cs
- DecoderNLS.cs
- DataGridAutoFormat.cs
- OutputCacheProfileCollection.cs
- ContainerSelectorActiveEvent.cs
- QueryCursorEventArgs.cs
- mediaeventargs.cs
- AccessDataSourceView.cs
- MimeMapping.cs
- ManagementEventArgs.cs
- WorkflowViewService.cs
- EnumBuilder.cs