Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- StringValidatorAttribute.cs
- OutOfProcStateClientManager.cs
- LoginView.cs
- NameValueFileSectionHandler.cs
- DrawListViewSubItemEventArgs.cs
- _ConnectionGroup.cs
- ElementAction.cs
- DiffuseMaterial.cs
- SoapExtensionTypeElement.cs
- SqlEnums.cs
- Matrix3D.cs
- InternalCache.cs
- StrongName.cs
- LinqDataSourceSelectEventArgs.cs
- WorkflowQueue.cs
- InstanceNotReadyException.cs
- Vector3DCollectionValueSerializer.cs
- PartialCachingAttribute.cs
- ObjectDataSource.cs
- FileLogRecordStream.cs
- DataTableMappingCollection.cs
- VectorCollection.cs
- MediaElement.cs
- ComponentEvent.cs
- DataRecordInternal.cs
- EntityContainerRelationshipSet.cs
- HostedHttpContext.cs
- XmlAttribute.cs
- DbgUtil.cs
- BitArray.cs
- InteropEnvironment.cs
- LinkUtilities.cs
- XXXOnTypeBuilderInstantiation.cs
- BitmapEffect.cs
- DiscardableAttribute.cs
- ProfileService.cs
- ComponentResourceManager.cs
- QilLoop.cs
- LayoutSettings.cs
- WebSysDisplayNameAttribute.cs
- KernelTypeValidation.cs
- TreeNode.cs
- WSFederationHttpBindingCollectionElement.cs
- BoundPropertyEntry.cs
- Underline.cs
- TrackingServices.cs
- CacheMemory.cs
- SemanticAnalyzer.cs
- TextServicesContext.cs
- SafeRightsManagementHandle.cs
- DataGridDesigner.cs
- SocketAddress.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ComponentConverter.cs
- ServiceEndpointCollection.cs
- TrustManagerPromptUI.cs
- FixedSOMTableCell.cs
- EventManager.cs
- RuntimeVariablesExpression.cs
- Triplet.cs
- updateconfighost.cs
- ConstructorNeedsTagAttribute.cs
- File.cs
- LocalizableResourceBuilder.cs
- GeneralTransformGroup.cs
- Vector3DCollection.cs
- ChannelServices.cs
- PreviewPageInfo.cs
- SpecialFolderEnumConverter.cs
- RIPEMD160.cs
- DbConnectionHelper.cs
- EnumDataContract.cs
- SafeFileMappingHandle.cs
- RowsCopiedEventArgs.cs
- EmptyArray.cs
- RegistrySecurity.cs
- EditorPart.cs
- XmlSchemas.cs
- AspProxy.cs
- RestHandlerFactory.cs
- CallbackHandler.cs
- MemberJoinTreeNode.cs
- PointAnimationClockResource.cs
- SqlTriggerAttribute.cs
- EventMappingSettings.cs
- ValueTypeFixupInfo.cs
- EventSinkHelperWriter.cs
- XmlILCommand.cs
- PropertyConverter.cs
- WindowsPen.cs
- DataViewSetting.cs
- XmlWriter.cs
- EntityKeyElement.cs
- QilXmlWriter.cs
- Int16KeyFrameCollection.cs
- ObjectConverter.cs
- HtmlInputHidden.cs
- TabletCollection.cs
- URI.cs
- TextServicesCompartmentContext.cs