Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Security / RoleManagerEventArgs.cs / 1305376 / 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. /// 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. /// 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
- DropShadowBitmapEffect.cs
- AxisAngleRotation3D.cs
- SourceLineInfo.cs
- XmlQueryType.cs
- XPathParser.cs
- glyphs.cs
- LoaderAllocator.cs
- OracleRowUpdatedEventArgs.cs
- GradientSpreadMethodValidation.cs
- XmlSchemaSearchPattern.cs
- Page.cs
- RuntimeCompatibilityAttribute.cs
- TraceLevelStore.cs
- XmlMembersMapping.cs
- HttpContextServiceHost.cs
- ObjectCloneHelper.cs
- HostVisual.cs
- DateTimeOffset.cs
- DataGridToolTip.cs
- EdmTypeAttribute.cs
- FrameworkRichTextComposition.cs
- TransactionFlowProperty.cs
- Certificate.cs
- ContractsBCL.cs
- MemoryPressure.cs
- DesignerView.Commands.cs
- RunInstallerAttribute.cs
- DesignTimeTemplateParser.cs
- AsyncContentLoadedEventArgs.cs
- COAUTHINFO.cs
- OciLobLocator.cs
- ProfileParameter.cs
- RegionInfo.cs
- PassportAuthentication.cs
- basevalidator.cs
- EdmSchemaError.cs
- UnicodeEncoding.cs
- TextEndOfLine.cs
- DocumentSignatureManager.cs
- coordinator.cs
- RequestQueue.cs
- LoadWorkflowByKeyAsyncResult.cs
- MetadataItemEmitter.cs
- ISCIIEncoding.cs
- FormViewRow.cs
- EditableRegion.cs
- MultiPageTextView.cs
- DbProviderConfigurationHandler.cs
- ServiceObjectContainer.cs
- ToolbarAUtomationPeer.cs
- CrossAppDomainChannel.cs
- ListView.cs
- BookmarkScopeHandle.cs
- XmlTextAttribute.cs
- TableLayoutStyle.cs
- ProxyWebPartConnectionCollection.cs
- HttpStreamFormatter.cs
- InputManager.cs
- UnsafeNativeMethods.cs
- UIntPtr.cs
- _DynamicWinsockMethods.cs
- CodeIdentifier.cs
- InheritanceAttribute.cs
- DataGridRowsPresenter.cs
- Point3DAnimationUsingKeyFrames.cs
- SessionParameter.cs
- WebPartsPersonalizationAuthorization.cs
- XmlSchemaGroup.cs
- SqlInternalConnectionSmi.cs
- ContainerSelectorGlyph.cs
- _ServiceNameStore.cs
- BinaryNode.cs
- LayoutDump.cs
- ReflectionTypeLoadException.cs
- WsatExtendedInformation.cs
- TextProviderWrapper.cs
- QilStrConcatenator.cs
- FlowDecisionDesigner.xaml.cs
- ProfileEventArgs.cs
- printdlgexmarshaler.cs
- XmlAttributeProperties.cs
- ViewPort3D.cs
- ListViewHitTestInfo.cs
- QueryCacheKey.cs
- QilPatternVisitor.cs
- PipelineDeploymentState.cs
- InkCanvasSelection.cs
- sapiproxy.cs
- COM2ExtendedBrowsingHandler.cs
- InternalCache.cs
- InheritanceContextHelper.cs
- NativeMethods.cs
- AspCompat.cs
- WindowsRichEdit.cs
- DataColumnMappingCollection.cs
- WebResourceAttribute.cs
- DataExpression.cs
- SolidColorBrush.cs
- ConnectionPoolManager.cs
- WebPartConnectionsEventArgs.cs