Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlDataSourceStatusEventArgs.cs
- DynamicMethod.cs
- Selector.cs
- RoutedPropertyChangedEventArgs.cs
- DispatchWrapper.cs
- KeyFrames.cs
- ZoneMembershipCondition.cs
- UnsafeNativeMethods.cs
- GradientStop.cs
- CachingHintValidation.cs
- PngBitmapEncoder.cs
- DayRenderEvent.cs
- NavigatorOutput.cs
- OdbcFactory.cs
- CollectionDataContract.cs
- DataGridViewColumnConverter.cs
- DataSourceNameHandler.cs
- ByteStreamBufferedMessageData.cs
- ChtmlTextWriter.cs
- PropertyBuilder.cs
- ListBindingConverter.cs
- HttpStreamMessageEncoderFactory.cs
- Command.cs
- EventLogPermissionEntry.cs
- DBCSCodePageEncoding.cs
- WriteLine.cs
- OdbcStatementHandle.cs
- ImageCodecInfoPrivate.cs
- SspiWrapper.cs
- MetadataItem.cs
- FindProgressChangedEventArgs.cs
- WindowsSysHeader.cs
- RelationshipWrapper.cs
- GetWinFXPath.cs
- XMLUtil.cs
- EventSetter.cs
- TypeResolvingOptions.cs
- HttpVersion.cs
- PropertyInformation.cs
- ArrayList.cs
- CompoundFileDeflateTransform.cs
- precedingsibling.cs
- BamlBinaryReader.cs
- FixedStringLookup.cs
- ObjectDataSourceSelectingEventArgs.cs
- SchemaCollectionCompiler.cs
- SelectionEditor.cs
- Models.cs
- ListControlDesigner.cs
- CrossContextChannel.cs
- AssociationSetMetadata.cs
- HttpCapabilitiesSectionHandler.cs
- CodeCompiler.cs
- LineGeometry.cs
- QuaternionAnimation.cs
- CodeMethodInvokeExpression.cs
- SrgsGrammarCompiler.cs
- PeerEndPoint.cs
- DataGridViewRowConverter.cs
- ActiveXContainer.cs
- OleDbErrorCollection.cs
- TextRunCache.cs
- EncryptedPackage.cs
- InputProviderSite.cs
- ProfileBuildProvider.cs
- WindowsComboBox.cs
- DispatcherHookEventArgs.cs
- OleDbCommandBuilder.cs
- PeerInputChannelListener.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- LinearKeyFrames.cs
- UnsafeCollabNativeMethods.cs
- XPathArrayIterator.cs
- ContextMenu.cs
- HwndProxyElementProvider.cs
- CompiledXpathExpr.cs
- TypeHelpers.cs
- VScrollProperties.cs
- MimeWriter.cs
- SynchronizationContextHelper.cs
- MsmqIntegrationMessagePool.cs
- StateMachineExecutionState.cs
- InputReportEventArgs.cs
- XmlLanguage.cs
- DocumentPageTextView.cs
- codemethodreferenceexpression.cs
- XPathNodeInfoAtom.cs
- SendMailErrorEventArgs.cs
- ListSourceHelper.cs
- SourceFileBuildProvider.cs
- XmlMemberMapping.cs
- Normalizer.cs
- NamespaceCollection.cs
- Command.cs
- InputBuffer.cs
- DocumentPage.cs
- IriParsingElement.cs
- SecurityValidationBehavior.cs
- SystemUnicastIPAddressInformation.cs
- SplineKeyFrames.cs