Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- _HelperAsyncResults.cs
- LineBreakRecord.cs
- HideDisabledControlAdapter.cs
- PreloadedPackages.cs
- SettingsPropertyIsReadOnlyException.cs
- ContextBase.cs
- AxisAngleRotation3D.cs
- EnumMember.cs
- ConnectionPool.cs
- AttributeProviderAttribute.cs
- XmlCountingReader.cs
- BaseDataList.cs
- ProfileServiceManager.cs
- EventlogProvider.cs
- DatagridviewDisplayedBandsData.cs
- DataPagerCommandEventArgs.cs
- grammarelement.cs
- ConsoleTraceListener.cs
- DataServiceRequest.cs
- HttpBrowserCapabilitiesBase.cs
- DispatchChannelSink.cs
- OracleSqlParser.cs
- CodeTypeDeclaration.cs
- ListItemConverter.cs
- Signature.cs
- MessageQueue.cs
- DefaultValueTypeConverter.cs
- SizeConverter.cs
- MetaTableHelper.cs
- HtmlControl.cs
- SafeEventLogReadHandle.cs
- ProfileService.cs
- JsonReaderDelegator.cs
- XmlDataProvider.cs
- PageWrapper.cs
- DbReferenceCollection.cs
- TransactionState.cs
- Line.cs
- TypeBuilder.cs
- OutKeywords.cs
- XmlQueryTypeFactory.cs
- EventToken.cs
- RightsManagementEncryptedStream.cs
- PersonalizableTypeEntry.cs
- DataGridViewCellEventArgs.cs
- CharacterBuffer.cs
- securitycriticaldataClass.cs
- FixedDSBuilder.cs
- MessageContractExporter.cs
- Debugger.cs
- Compiler.cs
- XmlSchemaSimpleContentExtension.cs
- LineBreak.cs
- EventLevel.cs
- _CommandStream.cs
- ToolboxComponentsCreatingEventArgs.cs
- ContainerParaClient.cs
- TypeConverterValueSerializer.cs
- ScrollItemPattern.cs
- TemplatePartAttribute.cs
- DataGridViewImageColumn.cs
- TemplatedWizardStep.cs
- QilInvoke.cs
- XamlWriter.cs
- UriTemplateTrieLocation.cs
- ResolveDuplexCD1AsyncResult.cs
- ViewStateModeByIdAttribute.cs
- WrappedKeySecurityTokenParameters.cs
- Dump.cs
- ScriptControlDescriptor.cs
- AsyncOperation.cs
- ComboBoxRenderer.cs
- cookiecollection.cs
- DataControlFieldCell.cs
- DependencyPropertyAttribute.cs
- ContractListAdapter.cs
- DocumentViewerBase.cs
- TranslateTransform3D.cs
- StringFormat.cs
- ListViewInsertedEventArgs.cs
- XPathQilFactory.cs
- TypeDescriptionProviderAttribute.cs
- ArrayExtension.cs
- CodeActivity.cs
- ColorDialog.cs
- ToolStripItemDesigner.cs
- NameValueFileSectionHandler.cs
- ValidationError.cs
- LZCodec.cs
- NativeObjectSecurity.cs
- EntityPropertyMappingAttribute.cs
- Fonts.cs
- HandlerMappingMemo.cs
- DateTimeOffsetAdapter.cs
- PageCache.cs
- BaseTemplateCodeDomTreeGenerator.cs
- TypeExtensionConverter.cs
- TextEndOfParagraph.cs
- MenuRendererStandards.cs
- Converter.cs