Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / ApplicationServices / SelectingProviderEventArgs.cs / 1305376 / SelectingProviderEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; using System.Security.Principal; using System.Web; public class SelectingProviderEventArgs : EventArgs { private IPrincipal _user; public IPrincipal User { get { return _user; } } private string _providerName; public string ProviderName { get { return _providerName; } set { _providerName = value; } } internal SelectingProviderEventArgs(IPrincipal user, string providerName) { _user = user; _providerName = providerName; } //hiding default constructor private SelectingProviderEventArgs() { } } } // 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
- HttpStreamFormatter.cs
- MsmqReceiveParameters.cs
- ImageAutomationPeer.cs
- AppDomainShutdownMonitor.cs
- BStrWrapper.cs
- TypeLoadException.cs
- CheckableControlBaseAdapter.cs
- SafeEventLogWriteHandle.cs
- DataView.cs
- RuntimeEnvironment.cs
- UnitySerializationHolder.cs
- _NetworkingPerfCounters.cs
- GenericTypeParameterConverter.cs
- ContentHostHelper.cs
- AnnotationAuthorChangedEventArgs.cs
- TreeView.cs
- SecurityContext.cs
- Binding.cs
- ApplicationFileCodeDomTreeGenerator.cs
- OleServicesContext.cs
- SynchronizationContext.cs
- FixedSOMTableRow.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- WebHttpBindingElement.cs
- Comparer.cs
- VisualProxy.cs
- RequestCachingSection.cs
- RtfNavigator.cs
- RuleProcessor.cs
- InheritanceAttribute.cs
- SendOperation.cs
- ProxyAttribute.cs
- MdiWindowListItemConverter.cs
- CodeAttributeArgument.cs
- LogLogRecordEnumerator.cs
- SHA512Cng.cs
- SimpleLine.cs
- ChangeInterceptorAttribute.cs
- BitHelper.cs
- Expander.cs
- PeerCredentialElement.cs
- DatePickerAutomationPeer.cs
- XmlCharacterData.cs
- contentDescriptor.cs
- LessThan.cs
- BitmapDownload.cs
- RenamedEventArgs.cs
- OutOfMemoryException.cs
- Delay.cs
- ImageAttributes.cs
- SqlRecordBuffer.cs
- EntityStoreSchemaFilterEntry.cs
- TemplateBuilder.cs
- SimpleMailWebEventProvider.cs
- Track.cs
- CheckBoxList.cs
- StringStorage.cs
- LocatorPartList.cs
- BinaryFormatterWriter.cs
- JournalNavigationScope.cs
- WebPartConnection.cs
- SchemaCreator.cs
- GroupStyle.cs
- XPathMultyIterator.cs
- PeerTransportCredentialType.cs
- HtmlControlAdapter.cs
- ResourceContainerWrapper.cs
- FieldDescriptor.cs
- ShaderEffect.cs
- UnsafeNativeMethods.cs
- HttpCachePolicyElement.cs
- Int32.cs
- XmlTextReader.cs
- BindUriHelper.cs
- ProgressiveCrcCalculatingStream.cs
- CompositeClientFormatter.cs
- HtmlControl.cs
- UniqueIdentifierService.cs
- _SpnDictionary.cs
- BatchParser.cs
- SubstitutionList.cs
- IisHelper.cs
- DateTimeStorage.cs
- EventKeyword.cs
- MarkerProperties.cs
- TypeConverter.cs
- DesignConnection.cs
- ErrorRuntimeConfig.cs
- MaterialGroup.cs
- SafeProcessHandle.cs
- Span.cs
- AssemblyAssociatedContentFileAttribute.cs
- Monitor.cs
- SystemUdpStatistics.cs
- ModelTreeEnumerator.cs
- Bitmap.cs
- TextSpan.cs
- LocatorPart.cs
- SelectingProviderEventArgs.cs
- Label.cs