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
- PlainXmlWriter.cs
- DateTimeOffset.cs
- Options.cs
- HttpModuleAction.cs
- InputBinder.cs
- XmlTypeMapping.cs
- ToolStripItemClickedEventArgs.cs
- TextDecorations.cs
- IisTraceListener.cs
- CallbackException.cs
- Window.cs
- Expression.DebuggerProxy.cs
- AssemblyBuilderData.cs
- MatrixCamera.cs
- DoubleLinkListEnumerator.cs
- XmlHelper.cs
- SrgsItemList.cs
- AuthenticationModuleElementCollection.cs
- Property.cs
- DataGridColumnCollectionEditor.cs
- ListView.cs
- HopperCache.cs
- ListComponentEditor.cs
- ObjectMaterializedEventArgs.cs
- EnumType.cs
- SessionState.cs
- XPathCompileException.cs
- DataGridViewSortCompareEventArgs.cs
- CodeTryCatchFinallyStatement.cs
- BroadcastEventHelper.cs
- DependencyObject.cs
- EventEntry.cs
- Script.cs
- LogWriteRestartAreaAsyncResult.cs
- XmlDataDocument.cs
- DisposableCollectionWrapper.cs
- Relationship.cs
- RectValueSerializer.cs
- SoapExtensionStream.cs
- Focus.cs
- VectorCollectionConverter.cs
- FocusWithinProperty.cs
- CaseInsensitiveOrdinalStringComparer.cs
- TransformedBitmap.cs
- VoiceSynthesis.cs
- PartialList.cs
- ParameterBuilder.cs
- EntitySet.cs
- ExtendedPropertyInfo.cs
- safesecurityhelperavalon.cs
- DrawingContextWalker.cs
- TextTreeInsertElementUndoUnit.cs
- WsdlWriter.cs
- DbBuffer.cs
- XmlSchemaObjectCollection.cs
- DataGrid.cs
- GridViewSelectEventArgs.cs
- HebrewCalendar.cs
- HiddenField.cs
- WeakEventTable.cs
- TypeUtil.cs
- CultureInfo.cs
- DropShadowEffect.cs
- DependencyObjectValidator.cs
- DbUpdateCommandTree.cs
- EventSinkActivity.cs
- _UriSyntax.cs
- ToolStripDropDownButton.cs
- GreenMethods.cs
- DataGridViewCellCancelEventArgs.cs
- BmpBitmapEncoder.cs
- SqlInternalConnection.cs
- BitmapImage.cs
- DesignerAdapterAttribute.cs
- WaitHandle.cs
- DataViewManagerListItemTypeDescriptor.cs
- MarshalDirectiveException.cs
- AssociationSetMetadata.cs
- CompoundFileIOPermission.cs
- SectionUpdates.cs
- WebPartTracker.cs
- DataServices.cs
- CapabilitiesUse.cs
- mactripleDES.cs
- RuntimeVariableList.cs
- DataGridRow.cs
- DataRowView.cs
- ScriptingJsonSerializationSection.cs
- XmlCharacterData.cs
- SystemColorTracker.cs
- ClosableStream.cs
- Type.cs
- UsernameTokenFactoryCredential.cs
- Int16Storage.cs
- ActiveDocumentEvent.cs
- EventLogPermissionEntry.cs
- CloudCollection.cs
- CalendarDataBindingHandler.cs
- IncrementalReadDecoders.cs
- ValueUtilsSmi.cs