Code:
/ DotNET / DotNET / 8.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
- CompositeScriptReferenceEventArgs.cs
- SerializableAttribute.cs
- Vector3DAnimationUsingKeyFrames.cs
- OdbcConnectionHandle.cs
- CodeDOMUtility.cs
- UiaCoreApi.cs
- StylusPointCollection.cs
- DateTimeFormat.cs
- TextElementCollectionHelper.cs
- TimeZone.cs
- ProxyDataContractResolver.cs
- HttpCacheParams.cs
- BamlRecordReader.cs
- InputScope.cs
- PropertyMetadata.cs
- RemoteWebConfigurationHostServer.cs
- SqlAggregateChecker.cs
- InkCanvasAutomationPeer.cs
- StorageAssociationTypeMapping.cs
- FastPropertyAccessor.cs
- XmlDocumentFragment.cs
- HttpCapabilitiesSectionHandler.cs
- DispatcherFrame.cs
- MultiBindingExpression.cs
- AbstractDataSvcMapFileLoader.cs
- ByteAnimationBase.cs
- StreamSecurityUpgradeInitiator.cs
- OwnerDrawPropertyBag.cs
- AsymmetricSignatureFormatter.cs
- BooleanStorage.cs
- RightsManagementEncryptedStream.cs
- HTTPAPI_VERSION.cs
- WindowProviderWrapper.cs
- MouseWheelEventArgs.cs
- ParameterBuilder.cs
- DomainUpDown.cs
- XmlHierarchicalDataSourceView.cs
- UrlAuthFailedErrorFormatter.cs
- ParameterCollectionEditor.cs
- EventToken.cs
- namescope.cs
- SHA1Managed.cs
- OleDbCommand.cs
- ModelPropertyDescriptor.cs
- ProtocolsConfiguration.cs
- TypeNameParser.cs
- WebPartChrome.cs
- QilParameter.cs
- LinqExpressionNormalizer.cs
- IdnMapping.cs
- HwndSourceKeyboardInputSite.cs
- CommonXSendMessage.cs
- CanonicalFormWriter.cs
- PrintDocument.cs
- ProcessThreadDesigner.cs
- TextControlDesigner.cs
- RewritingSimplifier.cs
- TextSelectionHighlightLayer.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- MimeBasePart.cs
- MasterPageCodeDomTreeGenerator.cs
- SoundPlayer.cs
- ColorConvertedBitmap.cs
- Int16AnimationBase.cs
- WorkflowWebService.cs
- ManualResetEvent.cs
- TransformerConfigurationWizardBase.cs
- EqualityComparer.cs
- BigInt.cs
- TransformProviderWrapper.cs
- RolePrincipal.cs
- FontStretches.cs
- SwitchLevelAttribute.cs
- TraceFilter.cs
- ValidateNames.cs
- ProxyHwnd.cs
- DataRelationCollection.cs
- ToolStripDropDownItem.cs
- OleCmdHelper.cs
- LicenseManager.cs
- QuaternionAnimation.cs
- OdbcConnectionStringbuilder.cs
- UriSchemeKeyedCollection.cs
- TableRowCollection.cs
- XmlChildNodes.cs
- OciEnlistContext.cs
- CapabilitiesState.cs
- CellCreator.cs
- ThaiBuddhistCalendar.cs
- CheckBox.cs
- PropertyEntry.cs
- DefaultHttpHandler.cs
- ADRole.cs
- WebPartVerbsEventArgs.cs
- ParallelRangeManager.cs
- NativeBuffer.cs
- Root.cs
- WebPartEditorApplyVerb.cs
- XmlSchemaSequence.cs
- DescendentsWalker.cs