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
- AbandonedMutexException.cs
- Version.cs
- ObsoleteAttribute.cs
- ThemeDirectoryCompiler.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- Rijndael.cs
- AssemblyAttributes.cs
- newitemfactory.cs
- EventHandlersStore.cs
- ErrorHandlingAcceptor.cs
- ComponentChangingEvent.cs
- SuppressMergeCheckAttribute.cs
- ResourcesChangeInfo.cs
- XmlTypeAttribute.cs
- AssemblyBuilderData.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- EventLogPermissionEntry.cs
- ResetableIterator.cs
- SortedList.cs
- Mappings.cs
- RelationshipConstraintValidator.cs
- CheckBox.cs
- Cursors.cs
- LineSegment.cs
- ManagementScope.cs
- DataGrid.cs
- TextClipboardData.cs
- DataGridColumnFloatingHeader.cs
- TagPrefixAttribute.cs
- ClientFormsIdentity.cs
- Configuration.cs
- WindowsBrush.cs
- LinqDataSourceDisposeEventArgs.cs
- PointAnimationUsingKeyFrames.cs
- DataColumnMappingCollection.cs
- ExpressionBinding.cs
- UInt32Storage.cs
- ClientOptions.cs
- XPathNode.cs
- ServicePoint.cs
- FileDialog.cs
- WorkflowInlining.cs
- BindingElementExtensionElement.cs
- ListenerSessionConnection.cs
- DispatchChannelSink.cs
- UserInitiatedNavigationPermission.cs
- ActivationProxy.cs
- ListView.cs
- EnterpriseServicesHelper.cs
- Rotation3DAnimationBase.cs
- ThemeDictionaryExtension.cs
- FileDialog.cs
- MouseEventArgs.cs
- KeyNotFoundException.cs
- ToolboxComponentsCreatedEventArgs.cs
- ScriptIgnoreAttribute.cs
- FormViewUpdateEventArgs.cs
- DesignerLoader.cs
- XmlIlTypeHelper.cs
- LinqTreeNodeEvaluator.cs
- WorkflowApplication.cs
- IndexOutOfRangeException.cs
- WindowShowOrOpenTracker.cs
- ReadWriteObjectLock.cs
- ReadWriteSpinLock.cs
- AppModelKnownContentFactory.cs
- TCEAdapterGenerator.cs
- EdmMember.cs
- HostedElements.cs
- PermissionToken.cs
- XmlNavigatorFilter.cs
- ReadWriteSpinLock.cs
- FontResourceCache.cs
- AdornerHitTestResult.cs
- TabPanel.cs
- FragmentQuery.cs
- SqlBooleanizer.cs
- NGCSerializer.cs
- ObjectQueryProvider.cs
- OracleLob.cs
- NavigationExpr.cs
- ObfuscateAssemblyAttribute.cs
- Timer.cs
- mediaeventargs.cs
- IISMapPath.cs
- GenericRootAutomationPeer.cs
- RuntimeCompatibilityAttribute.cs
- SiteIdentityPermission.cs
- SmiTypedGetterSetter.cs
- WMIGenerator.cs
- UniqueIdentifierService.cs
- IxmlLineInfo.cs
- BevelBitmapEffect.cs
- EntitySetBase.cs
- SQLDoubleStorage.cs
- Compiler.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ChangeBlockUndoRecord.cs
- UserPreferenceChangingEventArgs.cs
- MessageSecurityOverTcp.cs