Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StandardCommands.cs
- TextTrailingCharacterEllipsis.cs
- InternalRelationshipCollection.cs
- OutputCacheModule.cs
- DependentTransaction.cs
- ModifierKeysValueSerializer.cs
- Parser.cs
- DirtyTextRange.cs
- EarlyBoundInfo.cs
- SelfIssuedAuthAsymmetricKey.cs
- ApplicationActivator.cs
- FtpWebResponse.cs
- PerformanceCounter.cs
- TextMetrics.cs
- NotifyParentPropertyAttribute.cs
- X509Logo.cs
- DirectionalLight.cs
- StyleHelper.cs
- _SSPIWrapper.cs
- MeasureData.cs
- XmlAnyAttributeAttribute.cs
- EventLog.cs
- CompilerTypeWithParams.cs
- HandlerFactoryWrapper.cs
- _emptywebproxy.cs
- BlockingCollection.cs
- XmlBinaryReader.cs
- MessagePartDescription.cs
- Soap.cs
- SecurityTokenAuthenticator.cs
- ContainerControl.cs
- SafeUserTokenHandle.cs
- QueryCacheKey.cs
- SortFieldComparer.cs
- TemplatedWizardStep.cs
- ObjectDataSourceStatusEventArgs.cs
- HtmlAnchor.cs
- MobilePage.cs
- AutomationAttributeInfo.cs
- ElementAtQueryOperator.cs
- CryptoHelper.cs
- ManagedWndProcTracker.cs
- MeasurementDCInfo.cs
- DirectoryInfo.cs
- TypeProvider.cs
- ParserContext.cs
- EntitySqlQueryBuilder.cs
- dbdatarecord.cs
- Matrix3DStack.cs
- Button.cs
- InvokeHandlers.cs
- ReadonlyMessageFilter.cs
- Util.cs
- ApplicationInfo.cs
- LinkTarget.cs
- BitmapEffectGroup.cs
- TabControlCancelEvent.cs
- WsatConfiguration.cs
- TreeSet.cs
- Workspace.cs
- HtmlLink.cs
- ObjectStateFormatter.cs
- EncryptedPackageFilter.cs
- XmlAnyElementAttributes.cs
- SqlCaseSimplifier.cs
- TrimSurroundingWhitespaceAttribute.cs
- WebRequest.cs
- FrameDimension.cs
- AliasExpr.cs
- DiscriminatorMap.cs
- PropertyBuilder.cs
- FixedElement.cs
- EntityWithKeyStrategy.cs
- PointKeyFrameCollection.cs
- GiveFeedbackEventArgs.cs
- RelatedPropertyManager.cs
- FixedElement.cs
- PartialToken.cs
- BrowserDefinition.cs
- CompleteWizardStep.cs
- DurableOperationAttribute.cs
- ListViewGroupItemCollection.cs
- WebResourceAttribute.cs
- NonClientArea.cs
- RadioButtonRenderer.cs
- TabControlAutomationPeer.cs
- DodSequenceMerge.cs
- ColorConverter.cs
- DesignerUtility.cs
- BamlResourceDeserializer.cs
- ServiceMetadataBehavior.cs
- SqlConnectionFactory.cs
- Certificate.cs
- WebPartConnectionsCloseVerb.cs
- CalloutQueueItem.cs
- InputBinding.cs
- StringToken.cs
- ListBindingHelper.cs
- RelationshipType.cs
- BaseDataBoundControl.cs