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
- DllHostedComPlusServiceHost.cs
- MessageHeaders.cs
- XmlDocumentViewSchema.cs
- RemoteAsymmetricSignatureFormatter.cs
- validationstate.cs
- ConfigXmlSignificantWhitespace.cs
- Registry.cs
- Transform.cs
- WrappedIUnknown.cs
- ProxyWebPart.cs
- TableCell.cs
- Visitors.cs
- HwndKeyboardInputProvider.cs
- SemaphoreSecurity.cs
- InfoCardRequestException.cs
- JoinElimination.cs
- TemplateBamlTreeBuilder.cs
- XmlHierarchicalEnumerable.cs
- MultipleViewProviderWrapper.cs
- SafeProcessHandle.cs
- HtmlInputRadioButton.cs
- DispatcherFrame.cs
- SingleAnimationUsingKeyFrames.cs
- HttpPostedFileWrapper.cs
- XmlSchemaAll.cs
- AccessControlList.cs
- WindowsAuthenticationEventArgs.cs
- SessionStateSection.cs
- Timer.cs
- AdPostCacheSubstitution.cs
- FileSystemInfo.cs
- AnimationTimeline.cs
- BindableTemplateBuilder.cs
- MsmqBindingElementBase.cs
- BindingOperations.cs
- SqlDataSourceQueryEditorForm.cs
- ProfileSettings.cs
- GZipDecoder.cs
- FixedSchema.cs
- BinaryUtilClasses.cs
- GlyphCollection.cs
- AppSettingsExpressionBuilder.cs
- CustomWebEventKey.cs
- FixedSOMFixedBlock.cs
- SafeMILHandle.cs
- EtwTrace.cs
- DefaultObjectMappingItemCollection.cs
- PaintEvent.cs
- XpsPackagingPolicy.cs
- AbsoluteQuery.cs
- ResXBuildProvider.cs
- PrinterSettings.cs
- ArrayElementGridEntry.cs
- SoapEnumAttribute.cs
- DebugControllerThread.cs
- AutoResetEvent.cs
- BitmapCache.cs
- CellIdBoolean.cs
- WinInet.cs
- TextDecorationUnitValidation.cs
- ConversionContext.cs
- SymbolMethod.cs
- InkSerializer.cs
- OleDbReferenceCollection.cs
- ToolStripControlHost.cs
- EventLogSession.cs
- ListViewTableCell.cs
- XLinq.cs
- TextModifier.cs
- Psha1DerivedKeyGenerator.cs
- Panel.cs
- FontWeight.cs
- BitmapEffectDrawing.cs
- DetailsViewPageEventArgs.cs
- AttachedAnnotation.cs
- RsaKeyGen.cs
- MexHttpBindingCollectionElement.cs
- QilLoop.cs
- SaveFileDialog.cs
- RtfToXamlLexer.cs
- WebFormDesignerActionService.cs
- DataGridViewRowConverter.cs
- DispatcherOperation.cs
- TableRowsCollectionEditor.cs
- Utility.cs
- XmlWriter.cs
- AssociatedControlConverter.cs
- FlowNode.cs
- DesignSurfaceEvent.cs
- EntityDesignerBuildProvider.cs
- ColumnHeaderConverter.cs
- OrderablePartitioner.cs
- HashAlgorithm.cs
- NameSpaceExtractor.cs
- unsafenativemethodstextservices.cs
- ToggleButton.cs
- safesecurityhelperavalon.cs
- SignatureGenerator.cs
- CellParaClient.cs
- LookupNode.cs