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
- ContainerVisual.cs
- TableLayoutPanelCellPosition.cs
- Exceptions.cs
- WorkflowInstanceProxy.cs
- EpmCustomContentSerializer.cs
- KnownTypes.cs
- Vector3D.cs
- DbBuffer.cs
- ReadOnlyMetadataCollection.cs
- AbandonedMutexException.cs
- InvalidOleVariantTypeException.cs
- InitializerFacet.cs
- WebEvents.cs
- SafeBitVector32.cs
- RenderOptions.cs
- CompositionAdorner.cs
- ConfigurationManagerHelper.cs
- NamedPermissionSet.cs
- ToolStripItemDesigner.cs
- Error.cs
- WasAdminWrapper.cs
- SqlXmlStorage.cs
- Separator.cs
- OletxEnlistment.cs
- ResizingMessageFilter.cs
- PolyBezierSegmentFigureLogic.cs
- ImageCodecInfo.cs
- AccessControlList.cs
- ConfigXmlComment.cs
- AdRotator.cs
- LeaseManager.cs
- HybridDictionary.cs
- SoapMessage.cs
- DataGridViewAdvancedBorderStyle.cs
- _ConnectStream.cs
- Model3D.cs
- System.Data_BID.cs
- BCryptSafeHandles.cs
- PnrpPeerResolver.cs
- Rect.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- PackageProperties.cs
- DataGridViewButtonColumn.cs
- ServiceProviders.cs
- MouseGesture.cs
- XmlSchemaSequence.cs
- FontStretch.cs
- CategoryAttribute.cs
- cookiecollection.cs
- DataQuery.cs
- BitmapFrameEncode.cs
- InputProcessorProfilesLoader.cs
- RenderData.cs
- CallbackValidator.cs
- SmiEventSink_DeferedProcessing.cs
- SectionInput.cs
- Camera.cs
- BoundColumn.cs
- TreeNodeBindingCollection.cs
- TreeNode.cs
- CheckedListBox.cs
- FormsAuthentication.cs
- XmlDataFileEditor.cs
- DefaultHttpHandler.cs
- Visitors.cs
- FormatConvertedBitmap.cs
- WebPartExportVerb.cs
- DbConnectionPoolGroup.cs
- StateDesignerConnector.cs
- TextDocumentView.cs
- DesignerSelectionListAdapter.cs
- StringValidatorAttribute.cs
- ThicknessAnimationUsingKeyFrames.cs
- CachedPathData.cs
- GradientStop.cs
- GenericPrincipal.cs
- DeferredReference.cs
- TypefaceMap.cs
- XmlSerializerSection.cs
- ExpressionEditorAttribute.cs
- XmlSchemaComplexContentExtension.cs
- NonBatchDirectoryCompiler.cs
- SByteStorage.cs
- SingletonConnectionReader.cs
- ValuePattern.cs
- WmlObjectListAdapter.cs
- UidManager.cs
- TransformerInfo.cs
- SendingRequestEventArgs.cs
- ConnectionPoolManager.cs
- ClientSettingsStore.cs
- XmlHierarchicalDataSourceView.cs
- EntityDataSourceValidationException.cs
- SuppressIldasmAttribute.cs
- InkCanvasInnerCanvas.cs
- ExternalException.cs
- TextEditorCharacters.cs
- XsltSettings.cs
- LoopExpression.cs
- cache.cs