Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Trace.cs
- ExpressionVisitorHelpers.cs
- RoleServiceManager.cs
- ReferencedAssemblyResolver.cs
- OracleDataReader.cs
- CodeDomDesignerLoader.cs
- embossbitmapeffect.cs
- CompiledRegexRunnerFactory.cs
- IRCollection.cs
- WebPartZoneBaseDesigner.cs
- BulletDecorator.cs
- MethodRental.cs
- CollectionChange.cs
- HoistedLocals.cs
- HtmlFormAdapter.cs
- CacheAxisQuery.cs
- AnonymousIdentificationModule.cs
- MinimizableAttributeTypeConverter.cs
- ProtectedConfigurationProviderCollection.cs
- EntityContainerEmitter.cs
- InheritanceService.cs
- DoubleUtil.cs
- TextViewSelectionProcessor.cs
- BreakSafeBase.cs
- TextEvent.cs
- Metadata.cs
- DataGridViewCellPaintingEventArgs.cs
- AnnotationStore.cs
- ThreadPool.cs
- PaginationProgressEventArgs.cs
- XmlCodeExporter.cs
- LinkButton.cs
- IResourceProvider.cs
- Control.cs
- AxWrapperGen.cs
- BamlMapTable.cs
- FunctionDescription.cs
- XmlSchemaChoice.cs
- xml.cs
- VariantWrapper.cs
- XmlSchemaValidationException.cs
- Point3DCollection.cs
- FormViewInsertEventArgs.cs
- xamlnodes.cs
- ScriptServiceAttribute.cs
- HttpCacheVaryByContentEncodings.cs
- StylusPointPropertyUnit.cs
- XmlTextReader.cs
- HttpModulesSection.cs
- HtmlInputText.cs
- DownloadProgressEventArgs.cs
- ListDictionaryInternal.cs
- XmlBoundElement.cs
- DbProviderConfigurationHandler.cs
- CellParagraph.cs
- XmlUtil.cs
- StructuralObject.cs
- columnmapkeybuilder.cs
- Parameter.cs
- CompoundFileDeflateTransform.cs
- TargetParameterCountException.cs
- UnsafeNativeMethods.cs
- X509Certificate2Collection.cs
- AutomationPattern.cs
- CompiledIdentityConstraint.cs
- SID.cs
- DBConnectionString.cs
- OracleConnectionStringBuilder.cs
- HttpListenerTimeoutManager.cs
- ClientSettingsSection.cs
- CodeFieldReferenceExpression.cs
- OdbcCommand.cs
- Baml2006KeyRecord.cs
- AttachmentService.cs
- GlyphRun.cs
- ActivityBindForm.Designer.cs
- RecordConverter.cs
- PropertyChangingEventArgs.cs
- WriteTimeStream.cs
- UnhandledExceptionEventArgs.cs
- Bezier.cs
- SqlTransaction.cs
- CacheAxisQuery.cs
- ButtonFlatAdapter.cs
- PrePrepareMethodAttribute.cs
- DeclaredTypeElement.cs
- ExtensionQuery.cs
- CorrelationInitializer.cs
- MenuCommandService.cs
- DataSourceDesigner.cs
- SQLConvert.cs
- CloseSequenceResponse.cs
- MetadataCacheItem.cs
- XmlSchemaComplexType.cs
- Rss20FeedFormatter.cs
- Code.cs
- ClientCultureInfo.cs
- Module.cs
- SettingsPropertyIsReadOnlyException.cs
- TimeoutHelper.cs