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
- TraceSource.cs
- TemplateManager.cs
- TreeViewDataItemAutomationPeer.cs
- CancellationHandler.cs
- ObjectFullSpanRewriter.cs
- BitSet.cs
- NoPersistProperty.cs
- ListViewUpdatedEventArgs.cs
- BindingMemberInfo.cs
- ListItemsPage.cs
- PerspectiveCamera.cs
- KeyFrames.cs
- GeometryModel3D.cs
- CodeVariableDeclarationStatement.cs
- PaperSource.cs
- _LocalDataStore.cs
- XsltSettings.cs
- TreeViewEvent.cs
- RecognizedAudio.cs
- ColumnPropertiesGroup.cs
- CustomAssemblyResolver.cs
- Hashtable.cs
- TransformedBitmap.cs
- SiteMapDataSource.cs
- DetailsViewUpdatedEventArgs.cs
- TextRunTypographyProperties.cs
- FocusWithinProperty.cs
- PolyQuadraticBezierSegment.cs
- PageClientProxyGenerator.cs
- LinqDataSourceDisposeEventArgs.cs
- ControlBuilderAttribute.cs
- AuthenticationManager.cs
- CookieProtection.cs
- MergeFailedEvent.cs
- CapabilitiesAssignment.cs
- DataGridCommandEventArgs.cs
- PrincipalPermission.cs
- Matrix3DConverter.cs
- UserPreferenceChangingEventArgs.cs
- EntityDataSourceValidationException.cs
- XmlIterators.cs
- ResourceContainer.cs
- GlyphCache.cs
- HostedTcpTransportManager.cs
- ResourceContainer.cs
- SettingsAttributeDictionary.cs
- Process.cs
- Stylesheet.cs
- WindowsStatusBar.cs
- ObjectIDGenerator.cs
- HScrollProperties.cs
- SelectedDatesCollection.cs
- TypedTableGenerator.cs
- LinkUtilities.cs
- CodeLinePragma.cs
- LinqToSqlWrapper.cs
- Models.cs
- Operand.cs
- RuntimeArgumentHandle.cs
- RichTextBox.cs
- TemplatedControlDesigner.cs
- BinaryParser.cs
- Reference.cs
- ClientConfigurationSystem.cs
- ServiceDescriptionImporter.cs
- AssemblyName.cs
- ElementsClipboardData.cs
- ComponentConverter.cs
- WindowsContainer.cs
- HttpCachePolicy.cs
- QuaternionRotation3D.cs
- FontSizeConverter.cs
- Int32CAMarshaler.cs
- OutputCacheSection.cs
- XmlAnyElementAttribute.cs
- XsltLoader.cs
- FilteredSchemaElementLookUpTable.cs
- KnownColorTable.cs
- Touch.cs
- EncryptedKeyIdentifierClause.cs
- BigInt.cs
- SqlWorkflowInstanceStoreLock.cs
- WebBrowserSiteBase.cs
- Bitmap.cs
- Select.cs
- TreeViewDataItemAutomationPeer.cs
- LogRestartAreaEnumerator.cs
- InvalidPropValue.cs
- AssociationTypeEmitter.cs
- IgnoreSectionHandler.cs
- InheritanceAttribute.cs
- FuncCompletionCallbackWrapper.cs
- ExpressionPrinter.cs
- AtomParser.cs
- XmlAnyElementAttribute.cs
- XmlDocumentSerializer.cs
- adornercollection.cs
- SqlError.cs
- FontInfo.cs
- CheckBoxFlatAdapter.cs