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
- FragmentNavigationEventArgs.cs
- ContentElementAutomationPeer.cs
- SetterTriggerConditionValueConverter.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- DrawingVisualDrawingContext.cs
- DocumentCollection.cs
- Literal.cs
- TextEndOfSegment.cs
- ClientSettingsProvider.cs
- CacheOutputQuery.cs
- PolicyManager.cs
- SettingsContext.cs
- WebResourceAttribute.cs
- NoClickablePointException.cs
- DataGridRow.cs
- complextypematerializer.cs
- MetabaseReader.cs
- SequenceFullException.cs
- StringValueSerializer.cs
- SiteMembershipCondition.cs
- FixedNode.cs
- PrintDialogException.cs
- LinqDataSourceHelper.cs
- DocumentAutomationPeer.cs
- ReferencedCollectionType.cs
- ExportOptions.cs
- CodePageEncoding.cs
- GestureRecognizer.cs
- PropertyChangeTracker.cs
- TagPrefixCollection.cs
- MsmqMessage.cs
- DBSqlParserTable.cs
- QuerySettings.cs
- WebPartManagerInternals.cs
- GenericTextProperties.cs
- LockedBorderGlyph.cs
- FileSystemInfo.cs
- SliderAutomationPeer.cs
- EntityViewGenerationAttribute.cs
- SchemaEntity.cs
- TabItemAutomationPeer.cs
- JsonWriter.cs
- OpenTypeCommon.cs
- CodeDefaultValueExpression.cs
- BoundingRectTracker.cs
- MexHttpsBindingCollectionElement.cs
- StringUtil.cs
- XmlElementCollection.cs
- MemoryPressure.cs
- NumericExpr.cs
- MDIControlStrip.cs
- CanonicalFontFamilyReference.cs
- PasswordPropertyTextAttribute.cs
- MonitoringDescriptionAttribute.cs
- ScopeElement.cs
- Label.cs
- DoubleLink.cs
- ListView.cs
- DetailsViewDesigner.cs
- GridProviderWrapper.cs
- Decorator.cs
- Clipboard.cs
- SqlParameterizer.cs
- CodeValidator.cs
- Int64Storage.cs
- parserscommon.cs
- ResourceBinder.cs
- JsonWriterDelegator.cs
- BitArray.cs
- SourceSwitch.cs
- KerberosReceiverSecurityToken.cs
- UpdateExpressionVisitor.cs
- SqlClientFactory.cs
- DependencyObject.cs
- NotFiniteNumberException.cs
- FixUpCollection.cs
- MemberMaps.cs
- QilDataSource.cs
- SecuritySessionServerSettings.cs
- TableCellCollection.cs
- PrimitiveList.cs
- AnnotationDocumentPaginator.cs
- BamlLocalizabilityResolver.cs
- KoreanLunisolarCalendar.cs
- ExtenderControl.cs
- ISSmlParser.cs
- KnownTypeAttribute.cs
- IODescriptionAttribute.cs
- ExpressionBuilder.cs
- DynamicObject.cs
- BypassElement.cs
- ElementUtil.cs
- DocumentSignatureManager.cs
- WindowsGraphics.cs
- MasterPageBuildProvider.cs
- SynchronizationContext.cs
- Rotation3DAnimation.cs
- SimpleType.cs
- BaseDataBoundControl.cs
- MetadataItemEmitter.cs