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
- ListControlDesigner.cs
- WebPartHeaderCloseVerb.cs
- SafeNativeMethods.cs
- GridViewRowPresenter.cs
- DataBindingHandlerAttribute.cs
- PackageRelationshipCollection.cs
- WindowsEditBoxRange.cs
- Timeline.cs
- EventData.cs
- GAC.cs
- XslCompiledTransform.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- DataSourceCollectionBase.cs
- BinaryObjectReader.cs
- GridLength.cs
- ProfilePropertySettings.cs
- CommandLibraryHelper.cs
- AlternationConverter.cs
- SafeMILHandleMemoryPressure.cs
- Attribute.cs
- DynamicPropertyHolder.cs
- VectorCollection.cs
- InstanceCollisionException.cs
- SimpleType.cs
- ToggleButton.cs
- AutomationElementCollection.cs
- CommandEventArgs.cs
- RetrieveVirtualItemEventArgs.cs
- ValueExpressions.cs
- TypeInitializationException.cs
- CreateUserWizardStep.cs
- Brushes.cs
- Run.cs
- ListBase.cs
- CopyCodeAction.cs
- SqlErrorCollection.cs
- ValidatorCollection.cs
- CryptoProvider.cs
- SequenceQuery.cs
- WebPartDescriptionCollection.cs
- WebPartDisplayMode.cs
- DataServiceRequestException.cs
- LinqDataSourceHelper.cs
- TypeSystem.cs
- ProfileSettingsCollection.cs
- NullableDecimalSumAggregationOperator.cs
- FrameworkPropertyMetadata.cs
- Control.cs
- SerializationFieldInfo.cs
- BatchServiceHost.cs
- ProviderException.cs
- TimeoutHelper.cs
- TextElementCollection.cs
- Border.cs
- CachedTypeface.cs
- StructuralType.cs
- NoResizeHandleGlyph.cs
- TableRowCollection.cs
- FlowLayoutSettings.cs
- SmtpMail.cs
- DataContractAttribute.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- EventRecordWrittenEventArgs.cs
- NetDataContractSerializer.cs
- RemotingServices.cs
- PerspectiveCamera.cs
- RawUIStateInputReport.cs
- Timer.cs
- DataGridLinkButton.cs
- TypeElementCollection.cs
- ListDictionary.cs
- TraceHwndHost.cs
- SmtpReplyReader.cs
- PnrpPeerResolverElement.cs
- EditorResources.cs
- Selector.cs
- BaseCodePageEncoding.cs
- RegistrationServices.cs
- Attributes.cs
- ParserStreamGeometryContext.cs
- x509store.cs
- RoleService.cs
- CardSpaceShim.cs
- SlotInfo.cs
- StaticExtensionConverter.cs
- FileSystemWatcher.cs
- FrameSecurityDescriptor.cs
- GetCertificateRequest.cs
- WindowsListView.cs
- AssemblyBuilder.cs
- PublisherIdentityPermission.cs
- SystemInfo.cs
- CodeDOMProvider.cs
- FaultCallbackWrapper.cs
- UrlRoutingHandler.cs
- TemplateBindingExtensionConverter.cs
- CodeAssignStatement.cs
- MediaElementAutomationPeer.cs
- UpdatableGenericsFeature.cs
- ScriptComponentDescriptor.cs