Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- AttachedAnnotation.cs
- CompoundFileStorageReference.cs
- WsatServiceAddress.cs
- PerformanceCounterPermissionEntryCollection.cs
- AutomationPattern.cs
- ContentType.cs
- DecimalKeyFrameCollection.cs
- StrongNameKeyPair.cs
- WebServiceReceive.cs
- ToolStripMenuItemDesigner.cs
- NetDataContractSerializer.cs
- StateManagedCollection.cs
- DeferredBinaryDeserializerExtension.cs
- PointF.cs
- InternalCache.cs
- DataTemplateSelector.cs
- RegisteredArrayDeclaration.cs
- TreeNodeMouseHoverEvent.cs
- XmlQueryTypeFactory.cs
- ScriptingRoleServiceSection.cs
- AudioFileOut.cs
- IListConverters.cs
- ContextStack.cs
- SqlParameter.cs
- Bits.cs
- DesignerAutoFormat.cs
- UnsafeNativeMethods.cs
- Part.cs
- CodeConstructor.cs
- StickyNoteContentControl.cs
- DataGridColumnCollection.cs
- OleDbConnectionInternal.cs
- HttpGetClientProtocol.cs
- IntegerValidator.cs
- RichTextBox.cs
- DupHandleConnectionReader.cs
- NonNullItemCollection.cs
- SegmentInfo.cs
- HitTestFilterBehavior.cs
- ValidationEventArgs.cs
- FileDialog.cs
- ReachSerializer.cs
- XmlSchemaExternal.cs
- Parser.cs
- ObjectDataSourceFilteringEventArgs.cs
- TemplateInstanceAttribute.cs
- AnnouncementInnerClientCD1.cs
- HostedHttpContext.cs
- Helper.cs
- InstanceCompleteException.cs
- AspCompat.cs
- TableLayoutStyle.cs
- Run.cs
- ParallelLoopState.cs
- ScrollProviderWrapper.cs
- DataMisalignedException.cs
- ConstructorBuilder.cs
- TagNameToTypeMapper.cs
- AttributeCollection.cs
- PeerNameRegistration.cs
- MetadataCache.cs
- MsmqInputChannelBase.cs
- CompositeControl.cs
- ObjectCloneHelper.cs
- WorkflowDebuggerSteppingAttribute.cs
- NopReturnReader.cs
- BasicExpressionVisitor.cs
- AdornerHitTestResult.cs
- LinkConverter.cs
- RequestCachePolicyConverter.cs
- NotCondition.cs
- PolicyChain.cs
- HeaderedContentControl.cs
- DataViewListener.cs
- Int64AnimationBase.cs
- SafeCryptHandles.cs
- ServiceDescriptionData.cs
- HashCodeCombiner.cs
- SafeBitVector32.cs
- GridViewCellAutomationPeer.cs
- BulletChrome.cs
- ColumnResizeUndoUnit.cs
- entityreference_tresulttype.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- Int32KeyFrameCollection.cs
- CodeSnippetExpression.cs
- TwoPhaseCommitProxy.cs
- BehaviorEditorPart.cs
- DateTimeFormatInfo.cs
- TableHeaderCell.cs
- EntityKey.cs
- StorageComplexPropertyMapping.cs
- Point.cs
- XPathBinder.cs
- BinaryKeyIdentifierClause.cs
- FullTextState.cs
- CellConstantDomain.cs
- ListControl.cs
- SplayTreeNode.cs
- UInt64.cs