Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Security / RoleManagerEventArgs.cs / 1305376 / 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. /// 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. /// 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
- Int16.cs
- CodeBinaryOperatorExpression.cs
- RegexGroupCollection.cs
- BulletedListEventArgs.cs
- WebPartMenu.cs
- Transactions.cs
- SmiEventSink_DeferedProcessing.cs
- CharUnicodeInfo.cs
- NextPreviousPagerField.cs
- CompareInfo.cs
- ControlPaint.cs
- StateWorkerRequest.cs
- XmlCountingReader.cs
- XdrBuilder.cs
- XmlChoiceIdentifierAttribute.cs
- SafePointer.cs
- ConfigLoader.cs
- SystemIPInterfaceProperties.cs
- ScriptHandlerFactory.cs
- SqlMethodTransformer.cs
- ParameterExpression.cs
- LoadGrammarCompletedEventArgs.cs
- XmlSerializerSection.cs
- SoundPlayerAction.cs
- BStrWrapper.cs
- TextTreeObjectNode.cs
- CompositeActivityDesigner.cs
- TemplateControlParser.cs
- ObjectParameterCollection.cs
- TerminatorSinks.cs
- GridViewSortEventArgs.cs
- SimpleBitVector32.cs
- WebException.cs
- BitmapEffectGroup.cs
- TableAdapterManagerHelper.cs
- BaseCodeDomTreeGenerator.cs
- SiteMapDataSourceView.cs
- TraceLog.cs
- DataGridColumnCollectionEditor.cs
- ScriptingProfileServiceSection.cs
- PolicyValidationException.cs
- cryptoapiTransform.cs
- ScriptComponentDescriptor.cs
- SqlConnectionPoolGroupProviderInfo.cs
- InternalBufferOverflowException.cs
- CharUnicodeInfo.cs
- WaitHandle.cs
- DataGridViewCellStyle.cs
- RegistryKey.cs
- CollectionView.cs
- ComboBoxAutomationPeer.cs
- FullTextLine.cs
- HandleCollector.cs
- SessionState.cs
- GeneralTransform3DCollection.cs
- SymLanguageType.cs
- ConnectionConsumerAttribute.cs
- WaitHandleCannotBeOpenedException.cs
- XmlSchemaAnnotated.cs
- TypeExtensionConverter.cs
- OleDbEnumerator.cs
- StdValidatorsAndConverters.cs
- ValidationHelpers.cs
- KnownTypeHelper.cs
- RoamingStoreFile.cs
- PTConverter.cs
- SynchronizationLockException.cs
- PenLineCapValidation.cs
- Int32Converter.cs
- GridViewRowCollection.cs
- ISessionStateStore.cs
- ButtonColumn.cs
- SecurityHelper.cs
- WebScriptServiceHostFactory.cs
- ComboBoxDesigner.cs
- NumberAction.cs
- TextControl.cs
- GlobalizationSection.cs
- TransactionInterop.cs
- NegationPusher.cs
- ReachVisualSerializer.cs
- MonthChangedEventArgs.cs
- TypeLoadException.cs
- X509RecipientCertificateServiceElement.cs
- UpdateExpressionVisitor.cs
- ToolStripSettings.cs
- CombinedGeometry.cs
- SignatureResourcePool.cs
- IEnumerable.cs
- SEHException.cs
- AttachedPropertyMethodSelector.cs
- HostedController.cs
- DoubleStorage.cs
- StyleSheetComponentEditor.cs
- CLSCompliantAttribute.cs
- SimpleType.cs
- SubqueryRules.cs
- HandlerMappingMemo.cs
- TraceSection.cs
- AutomationAttributeInfo.cs