Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ApplicationServices / SelectingProviderEventArgs.cs / 1 / SelectingProviderEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ApplicationServices { using System; using System.Security.Permissions; using System.Security.Principal; using System.Web; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CryptoHelper.cs
- GridViewPageEventArgs.cs
- SeparatorAutomationPeer.cs
- Italic.cs
- DataReaderContainer.cs
- BCLDebug.cs
- DbDataRecord.cs
- UrlPath.cs
- PolyQuadraticBezierSegment.cs
- TcpClientSocketManager.cs
- SerialReceived.cs
- Win32SafeHandles.cs
- Thickness.cs
- PartialTrustHelpers.cs
- securestring.cs
- DynamicUpdateCommand.cs
- OneOfScalarConst.cs
- DataSourceXmlClassAttribute.cs
- NullExtension.cs
- FontInfo.cs
- WebPartEditorApplyVerb.cs
- Select.cs
- CheckBoxStandardAdapter.cs
- TableLayout.cs
- ConnectionConsumerAttribute.cs
- ConfigXmlAttribute.cs
- TransformConverter.cs
- DocumentAutomationPeer.cs
- ConditionValidator.cs
- DocumentReference.cs
- ToolboxItemImageConverter.cs
- RemotingException.cs
- WebEventTraceProvider.cs
- CodeMemberField.cs
- CheckPair.cs
- BindingContext.cs
- ListView.cs
- HttpVersion.cs
- ResXResourceSet.cs
- RemoteDebugger.cs
- VirtualizingStackPanel.cs
- TemplatePropertyEntry.cs
- grammarelement.cs
- DataList.cs
- HttpHandlerAction.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- WebScriptServiceHostFactory.cs
- SimpleExpression.cs
- __Error.cs
- WebPartCatalogCloseVerb.cs
- XmlSchemaAttributeGroupRef.cs
- CryptoConfig.cs
- LayoutEditorPart.cs
- ServiceCredentialsElement.cs
- TrimSurroundingWhitespaceAttribute.cs
- ContainerActivationHelper.cs
- XmlElementAttribute.cs
- LinqDataSourceUpdateEventArgs.cs
- SimpleFieldTemplateUserControl.cs
- MaskedTextBoxDesigner.cs
- EntityException.cs
- DataGridTablesFactory.cs
- FixedBufferAttribute.cs
- SystemWebSectionGroup.cs
- WrappedDispatcherException.cs
- ProgressBarAutomationPeer.cs
- DataProtection.cs
- DescendantOverDescendantQuery.cs
- SqlCharStream.cs
- Config.cs
- DesignTimeParseData.cs
- ListBoxAutomationPeer.cs
- BinaryObjectWriter.cs
- TextSegment.cs
- ProcessProtocolHandler.cs
- EdmProviderManifest.cs
- Pair.cs
- ProcessThreadCollection.cs
- IPipelineRuntime.cs
- TypeName.cs
- MonitoringDescriptionAttribute.cs
- ItemMap.cs
- XsltLoader.cs
- ClientScriptManagerWrapper.cs
- IdnElement.cs
- PopupRootAutomationPeer.cs
- CacheVirtualItemsEvent.cs
- DataGridViewCellStyleConverter.cs
- SystemIcmpV6Statistics.cs
- Localizer.cs
- DataConnectionHelper.cs
- WindowsGraphics2.cs
- DbConnectionPoolOptions.cs
- WindowsStatic.cs
- ReceiveSecurityHeader.cs
- ApplicationBuildProvider.cs
- EventMappingSettingsCollection.cs
- ThreadPool.cs
- XmlValidatingReader.cs
- StateBag.cs