Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Security / GenericAuthenticationEventArgs.cs / 1 / GenericAuthenticationEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * DefaultAuthenticationEventArgs class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Security { using System.Security.Principal; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class DefaultAuthenticationEventArgs : EventArgs { private HttpContext _Context; ///[To be supplied.] ////// public HttpContext Context { get { return _Context;}} ///[To be supplied.] ////// public DefaultAuthenticationEventArgs(HttpContext context) { _Context = context; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * DefaultAuthenticationEventArgs class * * Copyright (c) 1999 Microsoft Corporation */ namespace System.Web.Security { using System.Security.Principal; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class DefaultAuthenticationEventArgs : EventArgs { private HttpContext _Context; ///[To be supplied.] ////// public HttpContext Context { get { return _Context;}} ///[To be supplied.] ////// public DefaultAuthenticationEventArgs(HttpContext context) { _Context = context; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ControlBuilderAttribute.cs
- SizeAnimationClockResource.cs
- TextEditorCharacters.cs
- SimpleWebHandlerParser.cs
- AdRotator.cs
- TypeValidationEventArgs.cs
- TrustManagerPromptUI.cs
- ContextQuery.cs
- LongValidator.cs
- ZipIOExtraField.cs
- TableCell.cs
- ResourceManagerWrapper.cs
- RIPEMD160Managed.cs
- Context.cs
- AssociationEndMember.cs
- RpcCryptoContext.cs
- ProcessHostServerConfig.cs
- ArrangedElement.cs
- MarshalByRefObject.cs
- PrinterSettings.cs
- LoginView.cs
- UnauthorizedWebPart.cs
- ImportContext.cs
- NativeMethods.cs
- RoutedPropertyChangedEventArgs.cs
- DesignerInterfaces.cs
- NamedObject.cs
- StyleBamlTreeBuilder.cs
- UserPersonalizationStateInfo.cs
- PageCatalogPart.cs
- DefaultValueAttribute.cs
- WizardForm.cs
- SecureEnvironment.cs
- ConstrainedDataObject.cs
- WebPartDisplayMode.cs
- DateTimeConverter.cs
- PasswordBoxAutomationPeer.cs
- SqlInternalConnectionSmi.cs
- IntPtr.cs
- TransformerTypeCollection.cs
- TextStore.cs
- DataGridViewElement.cs
- DispatcherEventArgs.cs
- DynamicUpdateCommand.cs
- SoapAttributes.cs
- WebBaseEventKeyComparer.cs
- Receive.cs
- CodeRegionDirective.cs
- documentsequencetextpointer.cs
- DataTablePropertyDescriptor.cs
- UniqueID.cs
- ObjectDataSourceStatusEventArgs.cs
- SHA256.cs
- DispatchWrapper.cs
- MessageQuerySet.cs
- HTMLTagNameToTypeMapper.cs
- CatalogPart.cs
- CheckoutException.cs
- RtType.cs
- ServicePointManagerElement.cs
- DocumentApplicationJournalEntry.cs
- DesignerCapabilities.cs
- SetIterators.cs
- InternalControlCollection.cs
- DataServiceRequestException.cs
- WriteFileContext.cs
- Evidence.cs
- DataTablePropertyDescriptor.cs
- Localizer.cs
- TransactedBatchingBehavior.cs
- DataGridSortCommandEventArgs.cs
- DataGridColumn.cs
- Vertex.cs
- InvalidCastException.cs
- VectorKeyFrameCollection.cs
- XmlSchemaFacet.cs
- OleDbParameter.cs
- XpsViewerException.cs
- XmlCodeExporter.cs
- Connector.cs
- ServiceEndpointElement.cs
- SystemIcons.cs
- Enlistment.cs
- PenCursorManager.cs
- Process.cs
- RuntimeConfigurationRecord.cs
- GCHandleCookieTable.cs
- PasswordPropertyTextAttribute.cs
- ProtectedProviderSettings.cs
- TypeGenericEnumerableViewSchema.cs
- BamlResourceContent.cs
- ApplicationId.cs
- EventLogEntryCollection.cs
- SourceFilter.cs
- PropertyGridView.cs
- RuntimeEnvironment.cs
- CollectionBuilder.cs
- LabelEditEvent.cs
- SoapHeaderException.cs
- CursorEditor.cs