Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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.] ///// 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
- MILUtilities.cs
- OneToOneMappingSerializer.cs
- EncodingStreamWrapper.cs
- WpfWebRequestHelper.cs
- Number.cs
- SchemaImporter.cs
- SQLInt16Storage.cs
- HierarchicalDataBoundControlAdapter.cs
- ReliabilityContractAttribute.cs
- XNodeValidator.cs
- PointConverter.cs
- IteratorFilter.cs
- ParameterEditorUserControl.cs
- AsyncPostBackErrorEventArgs.cs
- ComContractElement.cs
- PreservationFileWriter.cs
- RuntimeWrappedException.cs
- ToolStripControlHost.cs
- ResXBuildProvider.cs
- Base64Decoder.cs
- ElementsClipboardData.cs
- ConfigXmlSignificantWhitespace.cs
- ProcessHost.cs
- ButtonColumn.cs
- CompositeDataBoundControl.cs
- TdsParserStateObject.cs
- TypeElementCollection.cs
- CryptoKeySecurity.cs
- JapaneseCalendar.cs
- HashRepartitionEnumerator.cs
- NullableConverter.cs
- WCFServiceClientProxyGenerator.cs
- WindowsRebar.cs
- HitTestDrawingContextWalker.cs
- Dump.cs
- RawStylusInput.cs
- PatternMatcher.cs
- SecurityUtils.cs
- ControlBuilderAttribute.cs
- ApplicationManager.cs
- SafeCryptContextHandle.cs
- TextParentUndoUnit.cs
- storagemappingitemcollection.viewdictionary.cs
- DefaultCommandExtensionCallback.cs
- PrimitiveCodeDomSerializer.cs
- SelectingProviderEventArgs.cs
- HTMLTextWriter.cs
- ResourceSetExpression.cs
- FormsAuthenticationUser.cs
- AtomParser.cs
- AutomationElementCollection.cs
- SoapCodeExporter.cs
- UnsafeNativeMethods.cs
- RadioButtonList.cs
- BrowserCapabilitiesCompiler.cs
- CompilerParameters.cs
- DiscreteKeyFrames.cs
- If.cs
- QilFactory.cs
- ProviderCommandInfoUtils.cs
- CommonProperties.cs
- BuildResultCache.cs
- IPEndPointCollection.cs
- ComNativeDescriptor.cs
- IQueryable.cs
- ControlParameter.cs
- PrintPreviewGraphics.cs
- ComEventsSink.cs
- ContextBase.cs
- PathNode.cs
- CellParaClient.cs
- BaseEntityWrapper.cs
- FontSizeConverter.cs
- SimpleMailWebEventProvider.cs
- MatrixKeyFrameCollection.cs
- XmlEnumAttribute.cs
- QilDataSource.cs
- X509CertificateCollection.cs
- CharUnicodeInfo.cs
- PageHandlerFactory.cs
- RelationshipNavigation.cs
- PathFigureCollection.cs
- EastAsianLunisolarCalendar.cs
- Util.cs
- ConfigurationCollectionAttribute.cs
- WeakEventManager.cs
- XmlnsDictionary.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- ItemsPresenter.cs
- ExtractedStateEntry.cs
- DataService.cs
- ExtensionWindowHeader.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- EventLogPermission.cs
- StorageAssociationSetMapping.cs
- Timer.cs
- ApplicationBuildProvider.cs
- Transform3DGroup.cs
- DataColumnMapping.cs
- OracleConnection.cs