Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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;
///
/// [To be supplied.]
///
[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;
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FrameworkContentElement.cs
- SqlSupersetValidator.cs
- WebPartCatalogAddVerb.cs
- SettingsAttributes.cs
- GridToolTip.cs
- EntityStoreSchemaGenerator.cs
- SweepDirectionValidation.cs
- VersionedStreamOwner.cs
- ArrangedElement.cs
- CompilerCollection.cs
- COM2ColorConverter.cs
- PopupRootAutomationPeer.cs
- XamlWrappingReader.cs
- VectorValueSerializer.cs
- DataGridRelationshipRow.cs
- DefaultShape.cs
- TextTreeTextElementNode.cs
- RSAOAEPKeyExchangeFormatter.cs
- GridProviderWrapper.cs
- PageCatalogPart.cs
- sqlstateclientmanager.cs
- PropertyNames.cs
- CryptoStream.cs
- Run.cs
- ManipulationDelta.cs
- SafeWaitHandle.cs
- NotImplementedException.cs
- documentsequencetextpointer.cs
- Light.cs
- SelectionWordBreaker.cs
- PrintControllerWithStatusDialog.cs
- MemoryPressure.cs
- ClientRuntime.cs
- ExtenderHelpers.cs
- SafeFileMapViewHandle.cs
- BordersPage.cs
- DbConnectionPoolIdentity.cs
- Number.cs
- SQLRoleProvider.cs
- SetterBase.cs
- ProfileService.cs
- AuthenticateEventArgs.cs
- XmlNamespaceDeclarationsAttribute.cs
- Delegate.cs
- ChangeDirector.cs
- SessionStateModule.cs
- ChtmlLinkAdapter.cs
- CodeTypeDeclarationCollection.cs
- FieldAccessException.cs
- LookupNode.cs
- DecoderNLS.cs
- Margins.cs
- SyndicationItem.cs
- DataGridTableCollection.cs
- SectionVisual.cs
- SmiEventSink.cs
- ItemContainerProviderWrapper.cs
- RelationshipConstraintValidator.cs
- DSACryptoServiceProvider.cs
- BaseTypeViewSchema.cs
- FileLogRecordHeader.cs
- AccessorTable.cs
- ButtonFlatAdapter.cs
- CodeTypeReferenceExpression.cs
- TypeValidationEventArgs.cs
- latinshape.cs
- Size.cs
- Manipulation.cs
- Queue.cs
- NamedPipeTransportBindingElement.cs
- AddInAttribute.cs
- TreeNodeClickEventArgs.cs
- EmptyStringExpandableObjectConverter.cs
- WSSecurityJan2004.cs
- DbParameterHelper.cs
- _Semaphore.cs
- ValueSerializer.cs
- XamlClipboardData.cs
- BitmapDecoder.cs
- QilTargetType.cs
- PanelStyle.cs
- CapabilitiesState.cs
- IntegerValidator.cs
- ConfigurationLocation.cs
- InputBuffer.cs
- FillBehavior.cs
- InvokeProviderWrapper.cs
- SettingsPropertyValueCollection.cs
- InvalidComObjectException.cs
- TagNameToTypeMapper.cs
- ListBase.cs
- ProtectedConfiguration.cs
- SqlServer2KCompatibilityCheck.cs
- MenuAutomationPeer.cs
- ThreadSafeList.cs
- OpenTypeLayoutCache.cs
- CodeCastExpression.cs
- IDQuery.cs
- DetailsViewPageEventArgs.cs
- StorageMappingItemLoader.cs