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
- GraphicsPath.cs
- PropertyConverter.cs
- Psha1DerivedKeyGenerator.cs
- RotateTransform.cs
- ValueChangedEventManager.cs
- FolderBrowserDialog.cs
- TextTreeInsertUndoUnit.cs
- DataBoundControlAdapter.cs
- Identity.cs
- Latin1Encoding.cs
- PropertyChangingEventArgs.cs
- StylusEditingBehavior.cs
- BooleanStorage.cs
- EventOpcode.cs
- SqlDelegatedTransaction.cs
- ReliableChannelListener.cs
- WebHeaderCollection.cs
- SoundPlayer.cs
- PartitionedDataSource.cs
- DefaultTypeArgumentAttribute.cs
- AnonymousIdentificationSection.cs
- TextOnlyOutput.cs
- CompilerGeneratedAttribute.cs
- DefaultValueAttribute.cs
- WebServicesDescriptionAttribute.cs
- IdnMapping.cs
- TreeView.cs
- XmlNodeChangedEventArgs.cs
- FixedSOMPage.cs
- DataGridViewLinkColumn.cs
- HttpCacheParams.cs
- BlobPersonalizationState.cs
- IntegerValidator.cs
- GroupBox.cs
- OSFeature.cs
- Control.cs
- PinnedBufferMemoryStream.cs
- HttpResponseHeader.cs
- HtmlInputImage.cs
- Vertex.cs
- ParsedAttributeCollection.cs
- ControlAdapter.cs
- OleDbCommand.cs
- PersonalizationStateInfo.cs
- Privilege.cs
- WorkflowMarkupElementEventArgs.cs
- XmlSerializerSection.cs
- Parser.cs
- ThicknessKeyFrameCollection.cs
- DrawingContextDrawingContextWalker.cs
- EmbeddedMailObject.cs
- GeometryGroup.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- SoundPlayerAction.cs
- HostedAspNetEnvironment.cs
- OutOfProcStateClientManager.cs
- ServiceOperation.cs
- PersistChildrenAttribute.cs
- XPathMultyIterator.cs
- URI.cs
- XPathScanner.cs
- FrameworkContentElement.cs
- FixedElement.cs
- SimpleType.cs
- DataGridViewRowConverter.cs
- FlowDocumentPaginator.cs
- Int16KeyFrameCollection.cs
- NetworkCredential.cs
- XhtmlBasicValidationSummaryAdapter.cs
- DefaultAsyncDataDispatcher.cs
- SqlDataSourceEnumerator.cs
- LinkedResource.cs
- EdmItemError.cs
- QueryRewriter.cs
- DesignTimeValidationFeature.cs
- ITreeGenerator.cs
- IssuedTokenClientCredential.cs
- SqlConnectionHelper.cs
- AnnotationComponentManager.cs
- PEFileReader.cs
- CreateUserWizardDesigner.cs
- Pointer.cs
- BitmapEffectDrawingContent.cs
- IODescriptionAttribute.cs
- ToolStripSplitButton.cs
- Row.cs
- DesignTimeVisibleAttribute.cs
- DSACryptoServiceProvider.cs
- HideDisabledControlAdapter.cs
- TypeSystemProvider.cs
- RenderData.cs
- Lazy.cs
- DataContractSerializerSection.cs
- BitmapEncoder.cs
- MessagePartDescription.cs
- PropertyGridEditorPart.cs
- Rotation3DKeyFrameCollection.cs
- HttpCacheVaryByContentEncodings.cs
- UInt16Converter.cs
- SoapAttributeOverrides.cs