Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TrustSection.cs
- StorageMappingItemCollection.cs
- XamlReader.cs
- TextRangeAdaptor.cs
- ObjectStorage.cs
- FormCollection.cs
- HostingMessageProperty.cs
- ComPlusDiagnosticTraceRecords.cs
- FontDriver.cs
- XmlSchemaSimpleType.cs
- Span.cs
- GACIdentityPermission.cs
- GroupLabel.cs
- DataPagerFieldItem.cs
- SatelliteContractVersionAttribute.cs
- DataGridViewImageColumn.cs
- Win32NamedPipes.cs
- ListViewDeleteEventArgs.cs
- ScrollProviderWrapper.cs
- SettingsContext.cs
- EncryptedData.cs
- SqlWriter.cs
- StylusCollection.cs
- SafeCryptoHandles.cs
- rsa.cs
- PropertyEmitterBase.cs
- NamespaceInfo.cs
- Peer.cs
- SequentialWorkflowHeaderFooter.cs
- DrawingServices.cs
- LineSegment.cs
- PersonalizableTypeEntry.cs
- WinFormsComponentEditor.cs
- TriggerActionCollection.cs
- HighlightComponent.cs
- ServicePoint.cs
- ExceptionTrace.cs
- DependencyObject.cs
- Condition.cs
- QilStrConcatenator.cs
- MetadataSection.cs
- ByteAnimation.cs
- _SpnDictionary.cs
- InspectionWorker.cs
- FontCollection.cs
- BuildProvidersCompiler.cs
- MonitoringDescriptionAttribute.cs
- Vector3DIndependentAnimationStorage.cs
- DelayedRegex.cs
- SqlTypeConverter.cs
- SparseMemoryStream.cs
- SafeNativeMethods.cs
- StaticTextPointer.cs
- BinaryMethodMessage.cs
- SamlAudienceRestrictionCondition.cs
- XmlSerializerAssemblyAttribute.cs
- AutoFocusStyle.xaml.cs
- ExpressionBuilder.cs
- LinearKeyFrames.cs
- SqlHelper.cs
- AdRotator.cs
- OleDbConnectionInternal.cs
- ObjectDesignerDataSourceView.cs
- PageCache.cs
- SHA512CryptoServiceProvider.cs
- DesignerProperties.cs
- InProcStateClientManager.cs
- Listen.cs
- XmlSchemaDatatype.cs
- BypassElement.cs
- CommonXSendMessage.cs
- DesignerActionGlyph.cs
- RuntimeEnvironment.cs
- IgnoreFileBuildProvider.cs
- ToolboxItem.cs
- InternalPolicyElement.cs
- ComAdminWrapper.cs
- RefreshPropertiesAttribute.cs
- SelectionEditingBehavior.cs
- ObjectManager.cs
- AutomationPatternInfo.cs
- WebPartMenuStyle.cs
- IsolatedStorageFileStream.cs
- InternalSafeNativeMethods.cs
- Operators.cs
- TimeSpanStorage.cs
- DispatchChannelSink.cs
- FilterException.cs
- WebControlParameterProxy.cs
- SqlFactory.cs
- CharEnumerator.cs
- TextReturnReader.cs
- _HeaderInfoTable.cs
- Method.cs
- ProcessManager.cs
- WMIGenerator.cs
- ClientProtocol.cs
- CommandSet.cs
- ClientBuildManagerCallback.cs
- SynchronizedRandom.cs