Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / UnauthorizedWebPart.cs / 2 / UnauthorizedWebPart.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls.WebParts {
using System;
using System.Collections;
using System.ComponentModel;
using System.Globalization;
using System.Security.Permissions;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.Util;
[
ToolboxItem(false)
]
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public sealed class UnauthorizedWebPart : ProxyWebPart {
public UnauthorizedWebPart(WebPart webPart) : base(webPart) {
}
public UnauthorizedWebPart(string originalID, string originalTypeName, string originalPath, string genericWebPartID) :
base(originalID, originalTypeName, originalPath, genericWebPartID) {
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GenericIdentity.cs
- FormViewInsertEventArgs.cs
- AssemblyCollection.cs
- X509ThumbprintKeyIdentifierClause.cs
- FindResponse.cs
- PropertyBuilder.cs
- MemoryPressure.cs
- Propagator.cs
- ServiceModelConfigurationElementCollection.cs
- FilteredXmlReader.cs
- ObjectViewListener.cs
- Array.cs
- ListCardsInFileRequest.cs
- OdbcRowUpdatingEvent.cs
- ContentOperations.cs
- GeneralTransform.cs
- SafeNativeMethods.cs
- Graphics.cs
- StateDesigner.LayoutSelectionGlyph.cs
- MeasureItemEvent.cs
- DataGridItemAttachedStorage.cs
- ContentPresenter.cs
- DoneReceivingAsyncResult.cs
- ColumnPropertiesGroup.cs
- IChannel.cs
- CaseInsensitiveHashCodeProvider.cs
- CommonDialog.cs
- TrustLevel.cs
- Shared.cs
- HttpUnhandledOperationInvoker.cs
- ProxyWebPart.cs
- NotifyIcon.cs
- ExtendLockCommand.cs
- LocalizationComments.cs
- RtfControls.cs
- SupportsEventValidationAttribute.cs
- ResourceSet.cs
- Mapping.cs
- WS2007FederationHttpBinding.cs
- WebDisplayNameAttribute.cs
- FrameworkContentElement.cs
- XPathEmptyIterator.cs
- WebZone.cs
- CssClassPropertyAttribute.cs
- DashStyle.cs
- GenericIdentity.cs
- ObjectToIdCache.cs
- ThreadPool.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- TransformCryptoHandle.cs
- BindingSource.cs
- UserControlDesigner.cs
- RegionData.cs
- Timeline.cs
- SByteConverter.cs
- IsolatedStorageFile.cs
- XmlAnyAttributeAttribute.cs
- HttpCapabilitiesSectionHandler.cs
- PageContentCollection.cs
- RelationshipDetailsCollection.cs
- Stopwatch.cs
- UIElement3DAutomationPeer.cs
- FixedDocument.cs
- MexHttpsBindingCollectionElement.cs
- ArrayElementGridEntry.cs
- _TimerThread.cs
- EndpointAddress10.cs
- Table.cs
- UIElementParaClient.cs
- _CommandStream.cs
- DataGridViewButtonCell.cs
- ZipIOCentralDirectoryBlock.cs
- AssemblyBuilder.cs
- SqlLiftIndependentRowExpressions.cs
- HttpCookieCollection.cs
- mactripleDES.cs
- TrustSection.cs
- PagesSection.cs
- StandardOleMarshalObject.cs
- ValidatorCollection.cs
- DataError.cs
- Code.cs
- SrgsOneOf.cs
- SamlSubject.cs
- DurableRuntimeValidator.cs
- DataGrid.cs
- InitializationEventAttribute.cs
- FlatButtonAppearance.cs
- Point3DCollection.cs
- XPathDescendantIterator.cs
- GZipDecoder.cs
- NavigatorInput.cs
- EntityKeyElement.cs
- PersonalizationAdministration.cs
- ChannelSinkStacks.cs
- WebBrowsableAttribute.cs
- ModuleBuilderData.cs
- ForwardPositionQuery.cs
- DocumentPaginator.cs
- TimeSpanFormat.cs