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
- DesignerOptionService.cs
- RegistryDataKey.cs
- DbCommandDefinition.cs
- System.Data.OracleClient_BID.cs
- StaticFileHandler.cs
- BevelBitmapEffect.cs
- OptimizedTemplateContent.cs
- StateChangeEvent.cs
- FileVersionInfo.cs
- ApplicationBuildProvider.cs
- ColumnHeaderCollectionEditor.cs
- EntitySetRetriever.cs
- _OverlappedAsyncResult.cs
- TrackingMemoryStreamFactory.cs
- _Semaphore.cs
- BamlResourceContent.cs
- CodeDelegateInvokeExpression.cs
- TemplatedAdorner.cs
- ControlCommandSet.cs
- PropertyReferenceExtension.cs
- AnyReturnReader.cs
- ContourSegment.cs
- EventRecordWrittenEventArgs.cs
- WebUtil.cs
- CodeGenerator.cs
- MouseEvent.cs
- XPathParser.cs
- RootBuilder.cs
- PageBuildProvider.cs
- XmlReflectionMember.cs
- ListView.cs
- WebPartMinimizeVerb.cs
- SqlInfoMessageEvent.cs
- LambdaReference.cs
- ConnectionsZoneDesigner.cs
- OdbcHandle.cs
- Transform3DGroup.cs
- SqlClientWrapperSmiStreamChars.cs
- TextTreeUndoUnit.cs
- JsonDataContract.cs
- SmtpDigestAuthenticationModule.cs
- DetailsViewUpdatedEventArgs.cs
- FullTextLine.cs
- TextPointer.cs
- Axis.cs
- ImageInfo.cs
- QueryIntervalOp.cs
- ListViewUpdateEventArgs.cs
- SupportsEventValidationAttribute.cs
- RegistryKey.cs
- PageSettings.cs
- BufferedMessageWriter.cs
- DataServiceHost.cs
- CompressionTracing.cs
- ParagraphResult.cs
- _CacheStreams.cs
- TextEditorLists.cs
- EventLogPermissionEntry.cs
- DiagnosticsConfiguration.cs
- ValueProviderWrapper.cs
- LabelAutomationPeer.cs
- StringInfo.cs
- _NativeSSPI.cs
- SecurityManager.cs
- TextTreeTextNode.cs
- GZipStream.cs
- cookie.cs
- SqlDependencyUtils.cs
- HtmlInputControl.cs
- WebPartChrome.cs
- SamlAuthenticationClaimResource.cs
- RenderingBiasValidation.cs
- ProcessInfo.cs
- IndexedString.cs
- HTTPRemotingHandler.cs
- ContractListAdapter.cs
- LayoutDump.cs
- CodePropertyReferenceExpression.cs
- FixedSOMLineRanges.cs
- Number.cs
- JsonWriter.cs
- TabItemAutomationPeer.cs
- SerialPinChanges.cs
- MDIControlStrip.cs
- HtmlControlPersistable.cs
- _UriTypeConverter.cs
- QualifierSet.cs
- WebControlParameterProxy.cs
- PrimitiveOperationFormatter.cs
- MailDefinition.cs
- DataView.cs
- EntityDataSourceStatementEditor.cs
- QilIterator.cs
- SafeLibraryHandle.cs
- ReachUIElementCollectionSerializerAsync.cs
- SoapExtension.cs
- AuthenticationSection.cs
- MatrixKeyFrameCollection.cs
- Rfc2898DeriveBytes.cs
- VariableAction.cs