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
- WebPartVerbCollection.cs
- Renderer.cs
- SqlClientPermission.cs
- Char.cs
- Crc32.cs
- EncoderNLS.cs
- ZipPackage.cs
- WindowsToolbar.cs
- UnsafeNativeMethods.cs
- ProvidersHelper.cs
- SR.cs
- TreeNodeCollection.cs
- RequestCachePolicy.cs
- DataServiceStreamProviderWrapper.cs
- JsonFormatWriterGenerator.cs
- RawMouseInputReport.cs
- ScriptReferenceEventArgs.cs
- MasterPageCodeDomTreeGenerator.cs
- FillRuleValidation.cs
- MouseButtonEventArgs.cs
- SdlChannelSink.cs
- ToolStripPanel.cs
- ToolstripProfessionalRenderer.cs
- HandlerBase.cs
- FormatConvertedBitmap.cs
- WebConfigurationFileMap.cs
- DropTarget.cs
- smtpconnection.cs
- PrintPreviewControl.cs
- InputBinding.cs
- CatalogPart.cs
- TextAnchor.cs
- FileChangesMonitor.cs
- TypefaceMetricsCache.cs
- DataGridViewColumn.cs
- _SingleItemRequestCache.cs
- SafeCoTaskMem.cs
- MobileTextWriter.cs
- EditorZoneBase.cs
- ControlTemplate.cs
- ColorConvertedBitmap.cs
- WsdlInspector.cs
- WinInetCache.cs
- BooleanFunctions.cs
- XPathEmptyIterator.cs
- DrawingBrush.cs
- XmlSchemaValidator.cs
- DBDataPermissionAttribute.cs
- securitymgrsite.cs
- OdbcCommand.cs
- FormsAuthenticationModule.cs
- HandlerMappingMemo.cs
- InternalDuplexChannelFactory.cs
- CodeDirectoryCompiler.cs
- BufferedGraphicsManager.cs
- ConstructorBuilder.cs
- TagPrefixAttribute.cs
- InstanceLockQueryResult.cs
- HotCommands.cs
- RelationshipNavigation.cs
- LinqDataSourceStatusEventArgs.cs
- SafeFileMappingHandle.cs
- SQLGuid.cs
- ItemChangedEventArgs.cs
- FormattedText.cs
- SoapMessage.cs
- NotSupportedException.cs
- AsymmetricAlgorithm.cs
- XmlValueConverter.cs
- CaseInsensitiveComparer.cs
- CommonDialog.cs
- EmissiveMaterial.cs
- Comparer.cs
- EdmSchemaError.cs
- DataGridItem.cs
- TypeExtension.cs
- HeaderUtility.cs
- LoginCancelEventArgs.cs
- DisplayToken.cs
- DataGridViewLinkColumn.cs
- BindingOperations.cs
- BooleanProjectedSlot.cs
- LabelDesigner.cs
- ECDiffieHellmanPublicKey.cs
- TextBoxBase.cs
- SizeValueSerializer.cs
- FocusWithinProperty.cs
- TrustLevel.cs
- HttpCapabilitiesEvaluator.cs
- CollectionBase.cs
- GeneralTransform.cs
- QilInvokeLateBound.cs
- FrugalList.cs
- ErrorWrapper.cs
- TdsParserHelperClasses.cs
- WindowsFormsSectionHandler.cs
- xdrvalidator.cs
- HttpProfileBase.cs
- WindowsRichEditRange.cs
- InfoCardSymmetricCrypto.cs