Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BitmapEffectInput.cs
- InvariantComparer.cs
- AlternateViewCollection.cs
- InfoCardAsymmetricCrypto.cs
- SignedXml.cs
- SourceElementsCollection.cs
- ColumnHeaderConverter.cs
- ByteStreamGeometryContext.cs
- RowParagraph.cs
- TextServicesCompartment.cs
- OrderByQueryOptionExpression.cs
- IERequestCache.cs
- RegexFCD.cs
- DbConnectionStringCommon.cs
- ClientTargetCollection.cs
- Menu.cs
- XmlDownloadManager.cs
- ProviderConnectionPointCollection.cs
- BinHexDecoder.cs
- XamlStream.cs
- WizardPanel.cs
- SystemWebCachingSectionGroup.cs
- WebBrowserNavigatedEventHandler.cs
- ApplicationActivator.cs
- EntryPointNotFoundException.cs
- TextStore.cs
- ApplicationFileParser.cs
- Trace.cs
- LinqDataSourceValidationException.cs
- DataGridViewCellValidatingEventArgs.cs
- ComboBoxRenderer.cs
- DesignerLinkAdapter.cs
- Object.cs
- StateInitialization.cs
- SelfIssuedAuthProofToken.cs
- WaitHandleCannotBeOpenedException.cs
- CustomErrorsSection.cs
- BaseTemplateParser.cs
- LocatorManager.cs
- EmulateRecognizeCompletedEventArgs.cs
- XmlIlTypeHelper.cs
- WeakReferenceList.cs
- WebPageTraceListener.cs
- Propagator.ExtentPlaceholderCreator.cs
- COM2PictureConverter.cs
- VSWCFServiceContractGenerator.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- mansign.cs
- XmlUtf8RawTextWriter.cs
- MessageBox.cs
- BitConverter.cs
- SendKeys.cs
- MediaTimeline.cs
- NameValueSectionHandler.cs
- RegisteredExpandoAttribute.cs
- GeneralTransform3DCollection.cs
- BrowserCapabilitiesFactoryBase.cs
- precedingsibling.cs
- BitmapDownload.cs
- DataGridViewCellLinkedList.cs
- UnsafeNativeMethods.cs
- NetCodeGroup.cs
- DeadCharTextComposition.cs
- PromptBuilder.cs
- Function.cs
- CodeExporter.cs
- SettingsPropertyValue.cs
- TcpClientChannel.cs
- IntegerValidator.cs
- DllNotFoundException.cs
- ByteStream.cs
- InputScopeManager.cs
- XPathItem.cs
- PixelFormats.cs
- BackgroundWorker.cs
- NavigationWindowAutomationPeer.cs
- SerializationObjectManager.cs
- TableItemStyle.cs
- SqlCrossApplyToCrossJoin.cs
- GridViewHeaderRowPresenter.cs
- Substitution.cs
- TextBoxLine.cs
- HttpResponseInternalBase.cs
- GridViewColumnCollectionChangedEventArgs.cs
- TypeInformation.cs
- DesignerSerializationManager.cs
- SafeProcessHandle.cs
- DataRecord.cs
- SingleConverter.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- SqlFunctionAttribute.cs
- SemaphoreSecurity.cs
- ProfileInfo.cs
- PropertyEmitterBase.cs
- TemplatedAdorner.cs
- Exception.cs
- CodeConditionStatement.cs
- GZipUtils.cs
- WsdlInspector.cs
- CodeEventReferenceExpression.cs