Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CounterSet.cs
- HtmlElementCollection.cs
- DataSourceControl.cs
- BoolExpr.cs
- PathGeometry.cs
- DateTimeStorage.cs
- _Events.cs
- TaskScheduler.cs
- UserInitiatedRoutedEventPermission.cs
- SkewTransform.cs
- CompoundFileIOPermission.cs
- UdpSocket.cs
- StringAnimationBase.cs
- XmlCharacterData.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- DynamicILGenerator.cs
- PersistChildrenAttribute.cs
- DataGridViewImageColumn.cs
- StorageComplexTypeMapping.cs
- Int64.cs
- NativeMethods.cs
- LinqDataSourceStatusEventArgs.cs
- DataGridViewLinkColumn.cs
- ToolboxComponentsCreatedEventArgs.cs
- AutoSizeToolBoxItem.cs
- DefaultSerializationProviderAttribute.cs
- ReflectPropertyDescriptor.cs
- ClockGroup.cs
- SR.cs
- LinearGradientBrush.cs
- SecureUICommand.cs
- ArrayConverter.cs
- WindowsSecurityToken.cs
- MenuStrip.cs
- OleServicesContext.cs
- ElementNotEnabledException.cs
- EFAssociationProvider.cs
- InternalTransaction.cs
- StringOutput.cs
- MetadataFile.cs
- JournalEntryStack.cs
- XmlIlGenerator.cs
- ComponentResourceManager.cs
- ViewLoader.cs
- TitleStyle.cs
- PropertyOrder.cs
- WindowsToolbarItemAsMenuItem.cs
- CompilerCollection.cs
- VirtualizingStackPanel.cs
- PropertyItem.cs
- XmlQueryContext.cs
- GZipStream.cs
- BinaryObjectReader.cs
- DetailsViewDeletedEventArgs.cs
- sqlstateclientmanager.cs
- Queue.cs
- ApplicationTrust.cs
- ReadonlyMessageFilter.cs
- Stacktrace.cs
- UnsupportedPolicyOptionsException.cs
- StorageComplexPropertyMapping.cs
- MemoryMappedFile.cs
- DiagnosticSection.cs
- ToolboxItemAttribute.cs
- MultiBindingExpression.cs
- EarlyBoundInfo.cs
- StateRuntime.cs
- DataGridViewRowsAddedEventArgs.cs
- Grid.cs
- DataControlImageButton.cs
- BaseCollection.cs
- ControlParameter.cs
- ToolStripProgressBar.cs
- ServiceContractDetailViewControl.cs
- HelloOperationCD1AsyncResult.cs
- WebBrowserUriTypeConverter.cs
- PagedDataSource.cs
- TextBox.cs
- GcSettings.cs
- DoubleLink.cs
- ProxyGenerator.cs
- Pair.cs
- BindingMemberInfo.cs
- DataObjectPastingEventArgs.cs
- ClusterSafeNativeMethods.cs
- TextBox.cs
- StickyNoteAnnotations.cs
- PointAnimationClockResource.cs
- GraphicsContainer.cs
- StreamGeometryContext.cs
- MultipartContentParser.cs
- RelationalExpressions.cs
- EdmRelationshipRoleAttribute.cs
- ObjectQuery_EntitySqlExtensions.cs
- StandardOleMarshalObject.cs
- GetReadStreamResult.cs
- ListView.cs
- Debug.cs
- KeyboardEventArgs.cs
- WebPartEditorApplyVerb.cs