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;
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// 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;
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlEmptyTagControlBuilder.cs
- BoolExpressionVisitors.cs
- Point3D.cs
- CollectionConverter.cs
- FrameworkReadOnlyPropertyMetadata.cs
- NGCSerializationManagerAsync.cs
- CompModSwitches.cs
- PersonalizableAttribute.cs
- CodeStatementCollection.cs
- NameSpaceExtractor.cs
- HtmlControlPersistable.cs
- SendMailErrorEventArgs.cs
- IDataContractSurrogate.cs
- HierarchicalDataBoundControl.cs
- DbConnectionPoolOptions.cs
- CombinedTcpChannel.cs
- DirectionalLight.cs
- NetCodeGroup.cs
- NullableFloatSumAggregationOperator.cs
- FormatException.cs
- StartUpEventArgs.cs
- NavigatorOutput.cs
- Package.cs
- ErrorFormatter.cs
- RequestQueryParser.cs
- keycontainerpermission.cs
- ThrowHelper.cs
- UseAttributeSetsAction.cs
- DataGridViewLayoutData.cs
- ErrorEventArgs.cs
- EnterpriseServicesHelper.cs
- LinkButton.cs
- XamlRtfConverter.cs
- InternalConfigEventArgs.cs
- HitTestWithGeometryDrawingContextWalker.cs
- HelpInfo.cs
- DataSet.cs
- CreateParams.cs
- MSG.cs
- HttpRawResponse.cs
- Focus.cs
- Util.cs
- FileSystemEventArgs.cs
- MsmqIntegrationBindingElement.cs
- SoapSchemaImporter.cs
- TraceUtils.cs
- TreeBuilderXamlTranslator.cs
- BevelBitmapEffect.cs
- ValidatorCompatibilityHelper.cs
- DescendentsWalkerBase.cs
- dtdvalidator.cs
- Base64Decoder.cs
- LoginName.cs
- SqlUserDefinedTypeAttribute.cs
- JapaneseLunisolarCalendar.cs
- ToolStripSplitButton.cs
- DataControlFieldTypeEditor.cs
- UIPropertyMetadata.cs
- SqlProvider.cs
- WebAdminConfigurationHelper.cs
- UpdatePanelControlTrigger.cs
- ResourceDictionary.cs
- AnnotationStore.cs
- BooleanKeyFrameCollection.cs
- ControlBuilderAttribute.cs
- LinearGradientBrush.cs
- SortDescription.cs
- DataPager.cs
- PointLight.cs
- NullEntityWrapper.cs
- WebPartZoneBase.cs
- RefExpr.cs
- ConfigViewGenerator.cs
- PlatformCulture.cs
- TemplatingOptionsDialog.cs
- PerformanceCounterLib.cs
- SafeFileMappingHandle.cs
- XmlWriterSettings.cs
- AutoGeneratedField.cs
- LiteralLink.cs
- WebEvents.cs
- WithParamAction.cs
- HandlerFactoryCache.cs
- ToolStripMenuItemDesigner.cs
- TreeIterator.cs
- ClientEventManager.cs
- LineSegment.cs
- ProxyElement.cs
- WebBrowser.cs
- ReadOnlyDataSourceView.cs
- ResourceDisplayNameAttribute.cs
- HttpDictionary.cs
- DataBoundControlDesigner.cs
- XmlExtensionFunction.cs
- ForeignKeyFactory.cs
- ScopelessEnumAttribute.cs
- RuntimeHandles.cs
- __Filters.cs
- Transactions.cs
- PopupEventArgs.cs