Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Security / GenericAuthenticationEventArgs.cs / 1305376 / 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; ////// 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; ////// 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
- Opcode.cs
- XmlByteStreamWriter.cs
- DrawingBrush.cs
- DoubleAnimation.cs
- DynamicUpdateCommand.cs
- LiteralControl.cs
- LiteralSubsegment.cs
- DispatcherHookEventArgs.cs
- TypeConverterHelper.cs
- ProviderUtil.cs
- CredentialCache.cs
- QuaternionRotation3D.cs
- HttpCookieCollection.cs
- ObjectListItemCollection.cs
- MessageFilterTable.cs
- DateTimeAutomationPeer.cs
- WsatTransactionHeader.cs
- JpegBitmapEncoder.cs
- SqlFactory.cs
- HijriCalendar.cs
- Lasso.cs
- WebException.cs
- Cell.cs
- EventHandlersStore.cs
- SqlDataRecord.cs
- ContentType.cs
- XmlSchemaIdentityConstraint.cs
- SolidColorBrush.cs
- COM2Properties.cs
- ParseHttpDate.cs
- HttpContext.cs
- OperationCanceledException.cs
- ActivationWorker.cs
- BaseTemplateParser.cs
- SoapReflectionImporter.cs
- WindowsListViewItem.cs
- InheritanceRules.cs
- CodeRegionDirective.cs
- CompositionAdorner.cs
- COM2PictureConverter.cs
- SqlConnectionManager.cs
- PolicyLevel.cs
- TypedTableGenerator.cs
- GZipDecoder.cs
- CheckedPointers.cs
- DebugView.cs
- GeometryValueSerializer.cs
- MarkupExtensionParser.cs
- ConstraintCollection.cs
- WindowsFormsLinkLabel.cs
- WeakReference.cs
- DbQueryCommandTree.cs
- _OSSOCK.cs
- PropertySet.cs
- ToolStripButton.cs
- PowerStatus.cs
- GcHandle.cs
- DiscardableAttribute.cs
- MultilineStringConverter.cs
- WorkflowInlining.cs
- ListenerChannelContext.cs
- InvariantComparer.cs
- GridView.cs
- TableRow.cs
- InputLanguageManager.cs
- BitmapFrameEncode.cs
- DesignerInterfaces.cs
- WebPart.cs
- RegexCompilationInfo.cs
- MergeLocalizationDirectives.cs
- ContractReference.cs
- SHA1Cng.cs
- SiteMapSection.cs
- TargetParameterCountException.cs
- OutputCacheSection.cs
- RecommendedAsConfigurableAttribute.cs
- InvalidWMPVersionException.cs
- CultureSpecificCharacterBufferRange.cs
- SecurityTokenRequirement.cs
- VectorValueSerializer.cs
- ApplicationInfo.cs
- NotCondition.cs
- DictionaryKeyPropertyAttribute.cs
- ExtensionWindow.cs
- CustomAttributeSerializer.cs
- CompatibleComparer.cs
- ConfigViewGenerator.cs
- StrongNameKeyPair.cs
- MessageEncoderFactory.cs
- CriticalExceptions.cs
- GridViewCancelEditEventArgs.cs
- SendKeys.cs
- PolyLineSegment.cs
- ResourceSet.cs
- RecordsAffectedEventArgs.cs
- TextBounds.cs
- TypefaceMap.cs
- WebRequestModuleElement.cs
- RecognizerBase.cs
- TabControlToolboxItem.cs